I'll echo AlexCuse's general recommendation to store only URLs/file paths in the database that point to the image, but if you really want to store these in the database, and assuming you are using SQL Server 2005 or later, use VARBINARY(MAX) as a column type.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.