Thousand VB.Net lines written in one click! DB_Build_Net creates set of VB.Net files to access a Data Base (Oracle, Access, SQL Server, other sources) from ASPX pages. It generates 3 files:
. Data Class File: a class for each table of the Data Base, with sub class or an arraylist of sub classes for each foreign key, according to the direction of this key.
. Data Access File (DAL): all functions to access a Database. For each table, a Get Function returns a datareader, and update, insert, delete subs.
. Data Manager Module: Main module to access to the Data Base from your Aspx.
05/26/2003: DB_Build_Net creates now templates of your Aspx and Aspx.Vb
27/06/2003: No function limitation in the Trial Version! Include Full Solution Generator, and a Css Builder
|