Link to home
Start Free TrialLog in
Avatar of sam2929
sam2929

asked on

upload and query image

I have a image and i want to upload it .

I have created a table and given datatype clob.

so few question

1)how can i upload the image in database.
2)After uploading how can i query in database to see image.

Thanks
Avatar of Geert G
Geert G
Flag of Belgium image

why did you use "character" Large Object ?

Why not a "Binary" Large Object ?

Clob is for storing texts,
Blob is for anything, including images
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sam2929
sam2929

ASKER

thanks a lot