Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PRB : Updating BLOB through ODBC to ORACLE

81867Nov 7 2001 — edited Nov 26 2003
Hi,

I am facing problem while updating BLOB data to oracle database
using ORACLE ODBC driver 8.01.06.00.

I am writing to the database using an application developed in
VC++ 6.0 using MFC.

The application throws an exception at

AFX_ODBC_CALL(::SQLParamData(hstmt, &pv));

in function CRecordset::SendLongBinaryData.

It does not give any error string so to identify the error.

The same code works with MS Access 2000 database through ODBC
driver for Access.

The table to which the BLOB is written contains only two fields
namely a long id and the BLOB field.

Is there anything different required to be done?

Can anybody help me regarding this?

Thanks in advance.

Manish...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 24 2003
Added on Nov 7 2001
4 comments
540 views