save a file in database

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
 
C

Cor Ligthert [MVP]

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
 
P

Paul Clement

¤ 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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top