wernerh
May 23rd, 2001, 08:31 AM
Is it possible to put a image into a SQLdatabase Field, if it is, HOW?
JoshT
May 23rd, 2001, 02:08 PM
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.