BLOB Insert

B

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?
 

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