Message 1 of 2
Use 64 bit .net to connect to .mdb

Not applicable
03-16-2011
01:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a vba project that extensively connects to an Access database and retrieves data like part numbers, descriptions, costs etc. This all worked great in 2006 and even to some extent in 2010. We are now running AutoCAD 2010 x64 and I would like to start the migration using vb.net, but the old method of using ActiveX 2.8 doesn't work in 64 bit code. Due to the fact that so much of the application relies on the database, it is the first hurdle that I need to get past. The database is located on our server which I am not allowed to install SQL Server Express (or anything like it). Has anyone had any experiences like this or know of a workaround?
Any help on the subject would be greatly appreciated.