Saving binary to varbinary(max) data column in SQLserver 05

  • Thread starter Thread starter Bill Nguyen
  • Start date Start date
B

Bill Nguyen

I need sample code to insert binary file (mappoint map file) into a
varbinary column using VB.NET.
Please help!

Thanks

Bill
 
Bill,

Are you sure that you need a varbinary column and not an image (blob)
column.

(Which is in my idea for all kind of Byte Arrays)

Cor
 

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

Back
Top