Is it possible to put a image into a SQLdatabase Field, if it is, HOW?
Printable View
Is it possible to put a image into a SQLdatabase Field, if it is, HOW?
It's definately possible. Make the data type of the column Image (actually just a large binary type). I believe you then use GetChunk or AppendChunk with ADO, but I'm not sure as I've never needed to do it.