Converting PB12.6 classic to run in 64-bit in Windows 8.1.
Pipelining from Oracle 11g database to Access database.
The out-of-the box Microsoft Access Driver (*.mdb) supplied on PCs running WIndows 7 or 8 or 8.1 with Office 2010 or 2013 works fine when the app is deployed as 32-bit. But this driver cannot be used when deployed as 64-bit. So I downloaded the Microsoft Access Database Engine 2010. This is available as 32-bit and/or 64-bit (2 separate downloads). I first installed the 64-bit version and then the 32-bit version (using the /passive switch).
The Access database was created by Microsoft Access 2013 as *.accdb file.
My findings:
32-bit
Oracle 11g ODBC driver (32-bit) to Microsoft Access Database Engine 2010 (32-bit) (Microsoft Access Driver (*.mdb, *.accdb))
Works fine when run in App deployed as 32-bit.
64-bit
Oracle 11g ODBC driver (64-bit) to Microsoft Access Database Engine 2010 (64-bit) (Microsoft Access Driver (*.mdb, *.accdb))
Fails with 3 errors:
All the rows are added but all columns are null.
Errors are thrown when numeric columns exist.
Errors are thrown when date columns exist.
I can furnish error numbers if necessary.
I am looking for guidance and/or inspiration.
TIA
Larry