README.md
December 4, 2022 ยท View on GitHub
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.
-
How to use ADO - Connections, Recordsets, Update, Insert, Delete
-
How to use the ADOX Reference to get various information from a database
(i.e. TableNames, TableTypes, FieldNames, FieldTypes, etc...)
-
Classes
-
Collections
-
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 On | 2003-01-10 14:34:22 |
| By | Lawrence Miller |
| Level | Advanced |
| User Rating | 4.6 (60 globes from 13 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Complete Applications |
| World | Visual Basic |
| Archive File | ClassGen__1530081162003.zip |
API Declarations
ReadPrivateProfileString
WritePrivateProfileString