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