Retrieve Image Blob Field from Oracle 11g Database in Forms 6i
How can I retrieve image blob field from oracle 11g database (11.2.0.1) in a form designed by developer 6i (6.0.8.21.1 )
I do not have problem in entering the images in the table ,
but when I execute the query to retrieve data I got
the following error
ORA-00932 ?
inconsistent datatypes expected got .
although the same form was working fine when the database was oracle 9i (9.2.0.4)
Any help will be appreciated
0