Image not appearing [message #86285] |
Fri, 17 September 2004 21:16 |
M Kumar
Messages: 38 Registered: August 2004
|
Member |
|
|
Hi all,
I had stored a image file (mysore.Jpg) file in a table (Column is of BLOB datatype).
SQL>desc blobs
Name Null? Type
----------------
ID VARCHAR2(255)
BCOL BLOB
In Form i create a default block and associate the above table to the Block.
Then when i run the form and execute it only ID value is coming.The image is not appearing in the BCOL .
Anything Wrong?
Thanks in advance.
Kumar
|
|
|