|
This article descibes several ways to get a list of database objects (tables, columns, indexes, keys, ...) and its properties using ADO and VBA/VBS. Author: Antonin Foller Code: ASP 3.0 & VBScript |
| |
Overall Rating:
 User Rated
| |
List database objects (tables, columns..) using AD  Written by Anonymous User (#1430-83) from Zurich, Switzerland (Thursday, July 12, 2007)
 |
Strengths: I found a bug in ADOX and now I have a bypass Weaknesses: I found your article too late and lost much time Details: I'm writing a standard program which can work with every kind of databases, for example: Oracle, MS SQL Server, MySQL and so on. Surely I could do this with SQL, but this is not in every case compatible. So I need urgently ADO/ADOX and I spent a lot of time to move around a properties bug in ADOX. Thank you so much. Review Based On: 1 Hour(s) of usage |
| |
|