Board index » delphi » "Invalid Blob Length" -SQL server 6.5
Dan Lewis
![]() Delphi Developer |
Tue, 28 Aug 2001 03:00:00 GMT
"Invalid Blob Length" -SQL server 6.5
I've run into a problem when writing binary data to a blob (image) field
in SQLServer 6.5. As long as the data is < 32k, everythings fine. If I try to write more than 32k I get an application error with this message: "EDBEngineError Invalid Blob Length" I'm writing to the field with TBlobStream.write(buf,sizeof(buf)) and www.borland.com/devsupport/sqllinks/pub-24.html where they say: MICROSOFT SQL DRIVER I have a primary key AND a unique index and I still can't get past this. -- |