
Saving images in a SQL Server DB using ADO
use the BLOB data type, you must get the image from the database using
GetChunk and usually the size of your chuck is equal to or less than 4096
But SQL server wasn't designed to store images in the database, it should be
slow, all the books I've read on SQL say don't do it
Quote:
> How can i save images in a SQL Server database using ADO??
> What is the SQL Server data type that i must use in this situation??
> any help appreciated,
> Gon?alo Bolo, Portugal