Subject | About Blob data type |
---|---|
Author | Miguel Angel Hernández Lázaro |
Post date | 2003-01-28T19:09:51Z |
Hello I'm trying to save jpg files into the database. How I can do that?
The code is :
CREATE TABLE PICTURES(
ID_PHOTO IDPHOTO,
NAME_PHOTO,
FOTO BLOB SUB_TYPE(0-15) SEGMENT SIZE 80)
My question is Witch kind of sub_type I have to say for storage jpg files
into de database
The code is :
CREATE TABLE PICTURES(
ID_PHOTO IDPHOTO,
NAME_PHOTO,
FOTO BLOB SUB_TYPE(0-15) SEGMENT SIZE 80)
My question is Witch kind of sub_type I have to say for storage jpg files
into de database