hi friends, how to store and retrieve the images in oracle database.
pls give reply.:confused:
Printable View
hi friends, how to store and retrieve the images in oracle database.
pls give reply.:confused:
hi
can not store image in database but locator is store in database,only run in front end.
You can store images in database by using BLOb or LONG RAW field . You need to convert the file to a binary stream and store the stream in database table. Better to use any frontend tool like VB.