Thank you Dimitri. I had also tried launching Release 9 in 32-bit, and both linking and import fail with log pane messages: *** (root)::[my_db] Provider=Microsoft.Jet.OLEDB.4.0;... SQLSTATE: 3343. Unrecognized database format 'C:\Users\joe\Downloads\my_db.accdb'. *** (root)::[my_db] Provider=MSDASQL.1;... SQLSTATE: IM002. [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified *** (root)::[my_db] Provider=MSDASQL.1;... SQLSTATE: 01000. [Microsoft][ODBC Microsoft Access Driver]General Warning Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x5b2c Thread 0x3370 DBC 0x70e228c Jet'. *** (root)::[my_db] SQLSTATE: 01000. [Microsoft][ODBC Microsoft Access Driver]General Warning Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x5b2c Thread 0x3370 DBC 0x70e228c Jet'. *** (root)::[my_db] SQLSTATE: S1000. [Microsoft][ODBC Microsoft Access Driver] Cannot open database '(unknown)'. It may not be a database that your application recognizes, or the file may be corrupt. *** (root)::[my_db] Failed to connect (tried ACE16, ACE15, ACE14, ACE12, Jet4, Jet3.51, MSDASQL.1). For fun, I launched Release 8 64-bit (same computer), and both import and link work correctly, with the columns from the accdb file in correct order in the corresponding Manifold table components. The same behaviour is true for an XLSX file I just tested with Release 9 64-bit: link "fails" (but with no log errors), and import works, but the Manifold table components' columns are reordered alphabetically.
|