BLOB used to store image in 9i through forms 6i is causing problem [message #86631] |
Thu, 14 October 2004 23:57 |
Muhammad Asif Faheem
Messages: 1 Registered: October 2004
|
Junior Member |
|
|
Tool: Oracle Developer 6i
RDBMS(working OK): Oracle 8i (8.1.5)
RDBMS(causing problem): Oracle 9i (9.2)
OS: Win 2K Server (sp4)
I have an application developed in Oracle Developer 6i. One of the forms captures the snaps of the applicants, the datatype being used BLOB. It works fine with Oracle 8i (8.1.5).When tested with Oracle 9i (release 2), the same form gives message "Transaction complete: 1 record applied and saved". But when searched or queried later, the fields of other datatypes are displayed, but the image item of datatype BLOB shows nothing (no snaps). I tried to check the size of BLOB column using VSIZE() but it didnt work.
|
|
|
|