Click to See Complete Forum and Search --> : sql server


vin
June 22nd, 2000, 08:15 AM
Hi,
Anybody know is it difficult to store a picture
in sql server and any hints?

Thanks.

surge
June 22nd, 2000, 08:34 AM
SQL Server has a image datatype. Check online docs for writetext and readtext. Both functions work with BLOBS.

surge