Hi,
I using vb.net to read the database schema from an access database (fyi: this is achieved using Connection.GetOleDbSchemaTable). I use the information from the schema, for example, to get tablenames/columnnames for my app.
My question is does the format of the database schema change between different database providers ?
Thanks,
Rich.
I using vb.net to read the database schema from an access database (fyi: this is achieved using Connection.GetOleDbSchemaTable). I use the information from the schema, for example, to get tablenames/columnnames for my app.
My question is does the format of the database schema change between different database providers ?
Thanks,
Rich.