Can I retrieve full database structure using its connection string as collection of tables, its columns, relationships, etc?
Can I modify database using these objects?
Edit: Database - MS SQL Server. I need to be able to retrieve and edit database tables, column names, types, etc in code.
Asked
Active
Viewed 148 times
0

marc_s
- 732,580
- 175
- 1,330
- 1,459

Sergey Metlov
- 25,747
- 28
- 93
- 153
-
You need to give us a bit more detail. What kind of database are you using. How far have you got on your own etc. – David Steele Jul 02 '11 at 15:08