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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why would I get #Deleted in a DB2 table in a select query

Status
Not open for further replies.

Goot

Programmer
Aug 4, 2005
86
0
0
US
I am using ODBC to access a DB2 database. I have taken over a query that someone is working on.
I am getting #Deleted in the columns from the table on the right side of the join. Infact, if I try to open table in the Query tool, I get #Deleted for all the columns,
Can someone explain what this means?

Thanks
 
That usually means that the records from the DB2 table were deleted.
 
Hi

I just got the query to work, actually the records are not deleted.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top