Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Maximum size of a recordset buffer

Status
Not open for further replies.

llafretaw

MIS
Oct 2, 2001
64
GB
Hi,

I'm trying to store documents as blobs in an image field on a sybase table by using recordsets and the Addnew method and then once it has looped through the file the Update method.

I was wondering if there is a maximum amount of bytes that can be stored in a buffer of a recordset when one is doing this as it seems to add files to the backend that are roughly less than 105 thousand bytes in length. I am storing the Blob as an image which can take a value of up to 2,147,483,647 bytes so it doesn't appear to be a backend prob.

Any help would be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top