.net - Retrieve database structure -


can retrieve full database structure using connection string collection of tables, columns, relationships, etc?
can modify database using these objects?
edit: database - ms sql server. need able retrieve , edit database tables, column names, types, etc in code.

you can try dbconnection.getschema() , see here little tutorial.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -