Is there currently a way to make an ODBC connection from a 64-bit application
to Access and Excel files? My understanding is that a 64 bit ODBC driver is
required when creating 64 bit applications.

Is there an alternative to ODBC to connect a 64 bit application to Access
and Excel?

- I specifically want to target x64 machines so setting target machine to
x86 in my compiler options (in order to use the 32bit ODBC driver
equivalents) is not an option.
- I specifically do not want to go through SQL Server.

You figure there would be a way considering Windows and Office are the two
mainstays of Microsoft.

Re: ODBC drivers in Windows x64 Professional Edition by Josh

Josh
Thu Feb 08 20:22:38 CST 2007

Take a look at these:

Data Access and Storage
http://msdn2.microsoft.com/data

Is ODBC the Answer?
http://msdn.microsoft.com/library/en-us/odbc/htm/odbcis_odbc_the_answer_.asp

Which data access application programming interface (API) should I
use?
http://msdn2.microsoft.com/en-us/data/aa937697.aspx

Josh

On Thu, 8 Feb 2007 16:02:00 -0800, Side
<Side@discussions.microsoft.com> wrote:

>Is there currently a way to make an ODBC connection from a 64-bit application
>to Access and Excel files? My understanding is that a 64 bit ODBC driver is
>required when creating 64 bit applications.
>
>Is there an alternative to ODBC to connect a 64 bit application to Access
>and Excel?
>
>- I specifically want to target x64 machines so setting target machine to
>x86 in my compiler options (in order to use the 32bit ODBC driver
>equivalents) is not an option.
>- I specifically do not want to go through SQL Server.
>
>You figure there would be a way considering Windows and Office are the two
>mainstays of Microsoft.