I have been tasked with moving one of our old DBs into an Access DB. I imported 17 of my 24 tables successfully and received an error stating
Cannot open database . It may not be a database that your application recognizes, or the file may be corrupt
Tried again, same result. Noticed the DB was over 2GB so I opened a new access DB to import my other 7 tables to see if it was the tables or the fact that I had too much data going in. When I tried to import the 7 in the new DB I received the following error:
ODBC--call failed. [Microsoft][ODBC driver for Oracle][Oracle] Error while trying to retreive text for error ORA-01019(#1019)[Microsfot][ODBC Driver Manager] Driver's SQLSetConnectAttr failed IM006 0 [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed (#0)
Thought that was odd so I moved back to the previous database and attempted to import again even though I knew I'd receive the first error message, but it surprisingly displayed the second error message (ODBC--call failed).
Did some research on what it may be, but I'm at a complete loss. Why would this work one time and not the next? Note that I still receive the same error from other DSN connections as well.