|
-
April 23rd, 1999, 07:06 AM
#1
How to use CLongBinary in Oracle
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|