How do i trap Oracle ODBC error #deleted

sportsguy

Finance wiz, Access hack
Local time
Yesterday, 20:17
Joined
Dec 28, 2004
Messages
363
i am using access against an Oracle DB through an ODBC driver, and when appending records to a local table, if access gets an Oracle record error "#deleted", the append query aborts. . . that's fine, but I can't figure out how to trap the error to get the rest of the records. . .

ugh! see attached graphic

thanks

sportsguy
 

Attachments

  • OracleErrorMessage.PNG
    OracleErrorMessage.PNG
    69.2 KB · Views: 145
Beuhler . . . .

Beuhler . . . .

Beuhler . . . .

Beuhler . . . .
 
I do exactly what you're doing, appending an Access table querying millions of Oracle records via a Microsoft ODBC connection, every day ad have never encountered such a problem.

What's causing the deleted record? Is someone deleting the recordset which you're appending?
 
Hmmmm

ah, I am using the ORACLE ODBC driver. . .

no, the records are there, as I have had the DBAs check. . .

which MS ODBC driver are you using?

thanks

sportsguy
 

Users who are viewing this thread

Back
Top Bottom