Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

freeware to automatically build classes?

Status
Not open for further replies.

smsinger3

Programmer
Oct 5, 2000
192
US
Hello. I am getting ready to create a new database with many tables. I will also create one class for every table in the database to do the standard reading and writing to the table. Is there a software product out there (especially freeware) that will read a SQL Server database, look at the table structure and autotmaticaly generate a class which would do all this for me? The class would contain a property for each field, and perhaps a read, insert, and update statement for the table?

Does anyone know of a software produce (especially freeware) to do this?

Thank you,

SteveS
 
I've seen a couple of data-class builders, but I can't find them now -- try a Google search, as well as looking on SourceForge.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top