Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 2000 to RDB query returns #DELETED results - HELP!!!

Status
Not open for further replies.

gerrya

IS-IT--Management
Joined
Oct 29, 2001
Messages
5
Location
AU
I have an Access 2000 database with a number of linked tables in an Oracle RDB database. There is one linked table where, for a simple SELECT query, it returns '#DELETED' in all the fields. I can get data from all of the other linked tables.

I have tried both Oracle RDB v2 and version 3 drivers with the same results. I have also updated the Microsoft Jet engine on the off-chance that this may work.

This table is pivotal for the application I'm building. I would appreciate any ideas that you may have on what causes this and how I could fix it.

Thanking you in advance.
 
Do you have a unique key identified for the table? Does the Oracle table have a unique index?
 
Try using a before insert trigger with a sequence that gives you the primary key and use that one.

The problems is ODBC that loses the link between your record and the primary key, but is inserted correctly in the db
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top