can i use the data type Blob for storing images (jpg).
Can i do this:
create table photo (
id number(1)
image blob
)
And how to insert values ?
Thanks
|
Results 1 to 5 of 5
Thread: image data typeThreaded View
|
Click Here to Expand Forum to Full Width |