c# create Access 2007 database?
I've seen a lot of examples to query from an access 2007 database. But is it possible for c# to create an access 2007 database from scratch? I've used ADOX and ADODB in the past to create an access database and some tables in it. Do I have to stick with ADOX to create the Access 2007 database in Visual Studio 2010?
shams khanPosted Aug 5, 2011, 7:30 AM
Sam HobbsPosted May 24, 2011, 3:33 PM
Is your program a 32-bit only program?
My suggestion would be to diagnose the problem causing the error. An alternative would be to use Access, as in the Access Object Model. I have not looked but I assume that Access can be used to create an Access database.
DerekPosted May 24, 2011, 11:19 AM
Encountered multiple versions of the assembly with GUID 'ff5f0d26-58ad-448e-8264-4896a1489f27'. Try pre-importing one of these assemblies
Sam HobbsPosted May 24, 2011, 2:01 AM
Mahesh ChandPosted May 23, 2011, 8:51 PM
Wonder if you create a physical .mdb file and use OleDb to connect to the database and use Create Database and other SQL statement. I have not tried it but worth a try.
Creating a SQL Server Database Programmatically