B
banana boy
I'm using .net 2 and the getschema function to get database schema.
This is the code i'm using to get the schema. How do i get schema for
multiple tables at once using the same code
restrictions(0) = database
restrictions(1) = owner
restrictions(2) = table
newTable = dbConnection.GetSchema("columns", restrictions)
This is the code i'm using to get the schema. How do i get schema for
multiple tables at once using the same code
restrictions(0) = database
restrictions(1) = owner
restrictions(2) = table
newTable = dbConnection.GetSchema("columns", restrictions)