A Generator to browse a Data Base and build VB Net Modules! Thousand VB.Net lines written in one click! This Generator browses a Data Base (Oracle, Access) and builds 3 VB Net Modules: Data Class Module: This Module contains a class (description) and a sub (New) for each table of the Data Base. Data Access Module: This Module contains all functions to access a Database: A global Connection function For each Table: A function with a Table Class argument, returns a Data Reader. This Data Reader is issued from a select on the Table, with a Where Clause for each property not null in Table Class Argument. An Update Sub, with 2 Table Class arguments. The first class contains fields to be updated. The second class contains Where Clause to be applied. An Insert Sub, with Table Class argument. This Class contains Properties to be inserted. Data Manager Module: This module is the main module to access to the Data Base from your Aspx. The Module contains for each Table: A Function, with a Table Class argument, returns a Table Class. This can read one item of the Table, on Table Class argument Criteria. A Function, with a Table Class argument, returns an array of Table Classes. This can read N items of the Table, on Table Class argument Criteria. A Sub with 2 Table Class arguments, update or insert rows in the Table. The first Class argument contains properties to be inserted or updated: if the rows already exist, an update is called, with the second Argument as Where Clause. If not, an insert is called, without the second argument. For Oracle Data Bases: You can choose to use stored procedures. If it is, the system builds these stored procedures, and change the syntax in Data Access Module to call these procedures. You need to install oracle net objects (oracle_net.msi) to use the generated code.
Become a member of the ZDNet UK community
Resources Downloads
DataBase VB Net Builder 1
|
|
License | Purchase | |
|---|---|---|---|
| Requirements | Windows 95/98/ME/NT/2000/XP | ||
| Downloads | 29 | Limitations | None |
| Publisher | Swing | File Size | 2.5M |
| Date added | 08 May 2003 | ||
Broadband Deals? 
Compare 30+ mobile broadband deals
Mobile Broadband »Download
Trend Micro Worry-Free Business Security Advanced
Trend Micro™ Worry-Free™ Business Security Advanced and Standard 6. #1 for Small Business Security
Google Chrome Special Report
All roads lead to Chrome
Comment With its new browser, Google has finally taken its gaudy, chrome-plated, futuristic ray gun and pointed it straight at Microsoft's head



