Creating an XML schema dynamically with C#
I am trying to create an XML schema file from an access database dynamically at run time, and I want the schema file to contain the table names along with the column info (column name and datatype) for each table. Not the entire database with its data.
Anyone knows how is that possible ?
|