How to store image in Oracle/SQL ?
Hi all,
I want to know how to store picture information (images) in the database, preferably oracle or sql server.
Thanks and regards,
Chandramohan J.
# 1 Re: How to store image in Oracle/SQL ?
Read attached file. It starts with a problem you might find, then there is an Ado example for Oracle, then one for Asp pages, and one using Rdo.
Cesare I.
# 2 Re: How to store image in Oracle/SQL ?
Hi Cimperiali,
the code u sent me was working well.
If I delete the image file after saving it to the database,
and try to load it in the picture box, it requires file length.
Is there any way to resolve this?
Regards,
Chandramohan J.