G
Guest
I have Googled this topic to death to the best of my ability and hope that
somebody here can help.
I do not want to have any COM dependencies in a project. For various
reasons, the application will use an Access database. Unfortunately, it
appears ADO.NET does not allow you to create a database and tables.
Everything I have seen seems to point to ADOX, but that requires an ActiveX
component which I extremely want to avoid.
Does anybody know how to programmatically create an Access DB and tables in
that DB without using a COM object?
Thanks in advance for any help.
somebody here can help.
I do not want to have any COM dependencies in a project. For various
reasons, the application will use an Access database. Unfortunately, it
appears ADO.NET does not allow you to create a database and tables.
Everything I have seen seems to point to ADOX, but that requires an ActiveX
component which I extremely want to avoid.
Does anybody know how to programmatically create an Access DB and tables in
that DB without using a COM object?
Thanks in advance for any help.