On Mar 17, 12:08 pm, "network-admin" <Armin.Kra...@gmail.comwrote:
No, there is no more error code.
Its really strangely.
Old mdb files work fine until I relink Oracle table or link a new
Table that wasn't link before.
Try checking the connection information that is saved when Access
links a table. Make a copy of one of the old mdb files where the
linked table still works. Open the database file, hit [Alt-F11] to
enter the VBA editor, hit [Ctrl-G] to open the Immediate Window (if it
isn't open already). Type
?CurrentDB.TableDefs("GDT_xtable").Connect
(substituting your linked table for "GDT_xtable") and hit [Enter].
Access should return a string like this:
ODBC;DSN=Oracle ODBC local
GDT;DBQ=XE ;DBA=W;APA=T;EXC=F;FEN=T;QTO=T;FRC=10;FDL=10;LOB=T ;RST=T;BTD=F;BAM=IfAllSuccessful;NUM=NLS;DPM=F;MTS =T;MDI=F;CSR=F;FWC=F;FBS=64000;TLO=O;
Re-link the table, verify that it doesn't work, then run the above
command again. How are the .Connect strings different, if at all?
BTW, if you're curious as to what those parameters mean, look here
http://download-east.oracle.com/docs...8/app_odbc.htm