S
Sheila Jones
Hello,
I have a (hopefully) simple question, but can't seem to find the answer. It
's easy to retrieve the schema of a database table using ADO.Net, but what
about going the 'other way round', i.e. using a schema to create a table?
I could write my own code to parse the schema and build the appropriate
CREATE TABLE command, but is this re-inventing the wheel? Some pointers to
documentation/sample code etc. would be appreciated. Thanks.
(For reference, I am using an Access database with the Jet 4 provider.)
I have a (hopefully) simple question, but can't seem to find the answer. It
's easy to retrieve the schema of a database table using ADO.Net, but what
about going the 'other way round', i.e. using a schema to create a table?
I could write my own code to parse the schema and build the appropriate
CREATE TABLE command, but is this re-inventing the wheel? Some pointers to
documentation/sample code etc. would be appreciated. Thanks.
(For reference, I am using an Access database with the Jet 4 provider.)