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.
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.