I'm trying to add picture file to SQL image data type column. The image data type is actually storing binary object. I heard of BLOB. But don't know how to do that.

I have tried using ADO.stream method to load image to SQL column, or to read the binary file from the column. But somehow the sample source code I got does not work.

Anyone got anything to share with me? Thanks.