This tool will read all the tables from a MSSQL or MSDE (supports MSSQL 2005 and VS.NET 2005) database and create the Class files (more than a Data Access Layer Class) accordingly. It will create all the necessary info that you might need to create an object based on the Table. The class file treats each Table as an object.
It also creates the necessary Stored Procdures based on the selection.
A sample project in included as well.
Sample Programs:
I have also included a sample program (Web Based Application) on the usage. There is a file called Database.sql which you need to run after creating the database to create the necessary tables and records for the sample program to use.
File List:
ReadMe.txt
2Kb
SampleProjectVB.zip
24Kb
VBNetClass.exe
136Kb
Similar code
ADO.NET Express Pro 1.2.0
(Popularity: ) : ADO.NET Express is an add-in for Visual Studio 2003 that generates class methods for calling stored procedures and executing common types of SQL statements. It supports C#/VB and SQL Server/Oracle. ADO.NET Express looks similar to Server Explorer. You can add ...