PRB : Updating BLOB through ODBC to ORACLE
81867Nov 7 2001 — edited Nov 26 2003Hi,
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...