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

Problem with NOT NULL BLOB field when using ADO AppendChunk.

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
When I try to use the ADO AppendChunk within a VC++ program and the LONG VAR or BLOB field has a NOT NULL constraint I get a native ORACLE error of 60 (Deadlock, it doesn't make any sense). If I remove the NOT NULL constraint from the BLOB field, everything works just fine. I am using the ORACLE driver.

The question is why? Is this an error in the way ADO is interfacing to ORACLE, a bug in ORACLE itself, or working as designed?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top