Home All Groups Group Topic Archive Search About

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

Author
30 Mar 2006 11:41 PM
Bill Nguyen
I need sample code to insert binary file (mappoint map file) into a
varbinary column using VB.NET.
Please help!

Thanks

Bill

Author
31 Mar 2006 7:59 AM
Cor Ligthert [MVP]
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


Show quoteHide quote
"Bill Nguyen" <billn_nospam_please@jaco.com> schreef in bericht
news:%23mM86NFVGHA.5288@TK2MSFTNGP14.phx.gbl...
>I need sample code to insert binary file (mappoint map file) into a
>varbinary column using VB.NET.
> Please help!
>
> Thanks
>
> Bill
>
Author
31 Mar 2006 10:06 PM
Bill Nguyen
Isn't that varbinary(max) replacing image/blob datatype?
Bill
Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:%23OjYXjJVGHA.5092@TK2MSFTNGP10.phx.gbl...
> 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
>
>
> "Bill Nguyen" <billn_nospam_please@jaco.com> schreef in bericht
> news:%23mM86NFVGHA.5288@TK2MSFTNGP14.phx.gbl...
>>I need sample code to insert binary file (mappoint map file) into a
>>varbinary column using VB.NET.
>> Please help!
>>
>> Thanks
>>
>> Bill
>>
>
>