|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
BLOB InsertHi,
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? 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 |
|||||||||||||||||||||||