Subject About Blob data type
Author Miguel Angel Hernández Lázaro
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