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!

Invalid BLOB ID 1

Status
Not open for further replies.

hugohiram

Programmer
Mar 11, 2005
2
0
0
ES
Hello,

I am having a problem with a BLOB SUB_TYPE TEXT on a Stored Procedure that tries to insert some values on my DB, I am getting "Invalid BLOB ID" when calling ExecProc.

I am using TIBStoredProc, Delphi 7 and Interbase 7.5

Does anyone knows something about this error?

Thanks!
 
Hello

I just resolved this, it wasn't a BLOB field problem, the problem was on the unique key, I realized this when I took out the BLOB field from the procedure and then it returned an unique key duplication error.

this might help others with the same problem.

regards!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top