save a file in database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I want to save a file in database. How can I do this in vb.net? Which
datatype for the table I should specify for storing the whole file in it.

Thanks ,

RbanBPH
 
Rban

The (blob) byte area, in fact the same as you do it with an image.
Even nicer is than to compress and decompress that file in advance.

I hope this helps,

Cor
 
¤ Hello,
¤
¤ I want to save a file in database. How can I do this in vb.net? Which
¤ datatype for the table I should specify for storing the whole file in it.
¤

What type of database are you working with?


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top