aerospaced


I have SQL 2005 Server and Visual Studio 2005 and I am working in vb. I want to create a database which has photographs.


Re: How do I go about placing photographs in SQL?

Simone


Not sure if this is the best place for the question, but check into the VARBINARY(MAX) datatype for image storage.

Simone






Re: How do I go about placing photographs in SQL?

aerospaced

I found an image data-type.

thanks...