Hi,

We have implemented a program in vc++ that write records with BLOB columns in sql server. That program bound the BLOB columns to CLongBinary objects.
We are trying to change that program to run under Oracle instead of Sql server. We have just change de openning of database(OpenEx) and we have created a RecordSet for Oracle that bound the BLOB columns to CLongBinary too. But it didn´t work. When we run the program, it returns the following error:

ORA-01461: can bind a LONG value only for insert into a LONG Column.

Does anyone know whats the problem?

Thanks

Nuno Santos