H
headware
I understand that you can't create .mdb files using ADO.NET. That's
not a problem for me. What I really want to be able to do is create
all the tables in an empty database based on a text file that
specifies the schema. I'm fine with the text file containing a bunch
of SQL CREATE statements but I'm also fine using ADO.NET to create
DataTables and DataColumns. The problem with using ADO.NET is that I
can't figure out how to set certain Access field properties such as
"Allow Zero Length" for text fields or "Format" for Date/Time fields.
Can this be done without using ADOX?
Thanks,
Dave
not a problem for me. What I really want to be able to do is create
all the tables in an empty database based on a text file that
specifies the schema. I'm fine with the text file containing a bunch
of SQL CREATE statements but I'm also fine using ADO.NET to create
DataTables and DataColumns. The problem with using ADO.NET is that I
can't figure out how to set certain Access field properties such as
"Allow Zero Length" for text fields or "Format" for Date/Time fields.
Can this be done without using ADOX?
Thanks,
Dave