README.md

December 4, 2022 ยท View on GitHub

ClassGen .1

Description

This program will read a SQL Server database or MS Access database and write Classes and Collections for each table you select. It is a complete application with all source code included. I have commented some of the code but most is self documented.

More Info

Database Type, ServerName, DatabaseName, User Login, Password

What you can learn from this program.

  1. How to use ADO - Connections, Recordsets, Update, Insert, Delete

  2. How to use the ADOX Reference to get various information from a database

(i.e. TableNames, TableTypes, FieldNames, FieldTypes, etc...)

  1. Classes

  2. Collections

  3. Writing to a sequential file.

Classes and Collections

If you have extremely large tables you may have to do some editting to the generated code as it uses line concatenation. If there are too many continued lines, VB won't load the module.

Submitted On2003-01-10 14:34:22
ByLawrence Miller
LevelAdvanced
User Rating4.6 (60 globes from 13 users)
CompatibilityVB 4.0 (32-bit), VB 5.0, VB 6.0
CategoryComplete Applications
WorldVisual Basic
Archive FileClassGen__1530081162003.zip

API Declarations

ReadPrivateProfileString
WritePrivateProfileString