G
Guest
ADOX is the extension ADO. And I wonder if there is any extension for ADO.NET? I need a object model in C#, with which I could easily access the schema of a database.
ADO.NET? I need a object model in C#, with which I could easily access theLaser Lu said:ADOX is the extension ADO. And I wonder if there is any extension for
ADOX is the extension ADO. And I wonder if there is any extension for ADO.NET? I need a object model in C#, with which I could easily access the schema of a database.
you can not modify the schema in your code. For example, if you want toLaser Lu said:of the other things ADOX does, you can get the schema of a database by
using the GetOleDbSchemaTable method of the Connection object.
You can, of course, read the schema information from the SchemaTable, but
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.