Home All Groups Group Topic Archive Search About
Author
10 Feb 2006 7:47 PM
Briaaan
Hi,

I have a webservice that accepts a byte array as a field.  I am trying
to write this into my sql 2000 database, and have discovered the 8k
limit on insert.

I have found examples for doing the filestream and binary reader to use
the UPDATETEXT SQL Function,  but I cant seem to figure out how to just
read the string from memory (instead of a file) into the database.

Any Ideas?

Author
11 Feb 2006 9:23 AM
Cor Ligthert [MVP]
LB,

I don't know how far this sample on our site will help you.

http://www.vb-tips.com/default.aspx?ID=0c1491cc-bed8-4525-b2b2-dd138c31a825

Cor