how to select picture from a table? [message #372626] |
Thu, 01 March 2001 03:04 |
grail
Messages: 2 Registered: March 2001
|
Junior Member |
|
|
i want to show a picture which is selected from a table,when i executed this sql:
select picture from table;
but i don't see picture in asp,IE,
|
|
|
Re: how to select picture from a table? [message #372627 is a reply to message #372626] |
Thu, 01 March 2001 03:42 |
ramu
Messages: 82 Registered: February 2001
|
Member |
|
|
You can not select pictures using select statemente in Sql plus. Since the pictures are strored as LONG RAW data type in Tables, I think it is not possible here.
But you can draw an image item on Forms developer and set the picture to the particular image item in the corresponding property sheat.
Thanks..
Ramu.
|
|
|