J
johnb41
I apologize if this is a dumb question; many aspects of databases w/
..net confuse the heck out of me!
I can easily work with MS Access/Jet databases, assuming the database
was first created right in Access. I can connect to it w/ the
connection string, and add, delete, update records. No problem...
But in my application, the user will need to create a new database from
scratch. So I need to create a form where the user types in the
fields, the datatype, etc. and then have code that builds a Jet-type
database which can be saved. I cannot assume that the user has MS
Access to create the database there.
Can anyone direct me to info on this? I searched for a while and came
up with nothing.
It would be great if I could create a dataset and datatable via .net,
and then somehow convert that dataset into a Jet-type database. That
would be so easy! I did something similar, but I converted the Dataset
into an XML file w/ schema.
Thanks for all your help!
John
..net confuse the heck out of me!
I can easily work with MS Access/Jet databases, assuming the database
was first created right in Access. I can connect to it w/ the
connection string, and add, delete, update records. No problem...
But in my application, the user will need to create a new database from
scratch. So I need to create a form where the user types in the
fields, the datatype, etc. and then have code that builds a Jet-type
database which can be saved. I cannot assume that the user has MS
Access to create the database there.
Can anyone direct me to info on this? I searched for a while and came
up with nothing.
It would be great if I could create a dataset and datatable via .net,
and then somehow convert that dataset into a Jet-type database. That
would be so easy! I did something similar, but I converted the Dataset
into an XML file w/ schema.
Thanks for all your help!
John