Adding BLOBS to Sql Server

  • Thread starter Thread starter ngrTerry
  • Start date Start date
N

ngrTerry

I need to store documents within an sql server

I am aware that blobs have to be stored in a field of type IMAGE, but
do not know how to get the data on there.

I need to be able to store document types Excel, Word, PDF.s etc

Can anyone point me as how to store the data in VB.NET 2005

Thanks in advance for feedback

Terry
 
Terry,

I think this is what you are looking for:
http://support.microsoft.com/kb/308042


I dont know how to do that / still too much of a newbie - but I have
read that Saving files like that into blobs is not the prefered way, but
instead to save the path of the file and open the file that way.

mIRO
 
Back
Top