B
Bob Dankert
What is going to be the best way to connect to a Microsoft Access database
using the dotnet framework 2.0? I know of two ways, but both seem to have
disadvantages:
First is using OLE to connect with the provider Microsoft.Jet.OLEDB.4.0.
The downside to using Jet is that it does not seem to work on Windows XP
64-bit and from what I have read Jet has been deprecated and is no longer
part of MDAC. My fear is that future OS's (Vista, for example) would then
no longer work. Also, I need this to work on 64-bit processors as well.
Second is to use the ODBC driver. The major downside to this is that this
tends to be much slower. I will be working with a few million records in
Access (no, I can't get the company to move their data to SQL) and really do
not want to deal with the overhead of ODBC.
So, it seems that there must be a simple way to connect to Microsoft Access
which will work on Windows XP 64-bit, which is not based off of a deprecated
technology, and which does not have speed constraints like ODBC.
Thanks for any suggestions,
Bob Dankert
using the dotnet framework 2.0? I know of two ways, but both seem to have
disadvantages:
First is using OLE to connect with the provider Microsoft.Jet.OLEDB.4.0.
The downside to using Jet is that it does not seem to work on Windows XP
64-bit and from what I have read Jet has been deprecated and is no longer
part of MDAC. My fear is that future OS's (Vista, for example) would then
no longer work. Also, I need this to work on 64-bit processors as well.
Second is to use the ODBC driver. The major downside to this is that this
tends to be much slower. I will be working with a few million records in
Access (no, I can't get the company to move their data to SQL) and really do
not want to deal with the overhead of ODBC.
So, it seems that there must be a simple way to connect to Microsoft Access
which will work on Windows XP 64-bit, which is not based off of a deprecated
technology, and which does not have speed constraints like ODBC.
Thanks for any suggestions,
Bob Dankert