How I can download an image to display it in web browser using pl/sql server
pages from a table which contains an image stored as blob?
The table was created using pl/sql tool kit.
I would like to use a query "select image from table where id = something"
and also statement "select * from table" in psp.
Thank you for help
Vlad
pages from a table which contains an image stored as blob?
The table was created using pl/sql tool kit.
I would like to use a query "select image from table where id = something"
and also statement "select * from table" in psp.
Thank you for help
Vlad