w***@gmail.com
2008-02-21 14:12:44 UTC
Hi,
My program runs at about 200 sites. At a couple of them, I keep
getting this error "Invalid blob handle in record buffer". This error
occurs just now and then, a couple of times per day, but afterwards,
the contents of TEXT fields may get mixed up with those of other
records. Of course, this causes serious problems.
Setup: Delphi 2006, DbExpress TClientdataset, corelab driver, MS SQL
2005 standard. It's basically one table with about 8 TEXT fields of
100 fields total, 2000 records. Changing to varchar(max) does not
help, I presume the problem is on the client, not on the server.
About 10 simulteanous users.
--> I can not reproduce this in a controlled situation.
--> I do not know when EXACTLY the error occurs, e.g. what the user is
doing and which method of the clientdataset is begin invoked. It's a
large system. I'm trying to find out by adding extra logging now.
I'm looking for pointers in the right direction or anyone who has
experienced the same problem. I've found some results on Google but
they're all about a known (Nested dataset) bug in D7 which should be
solved.
Thanks for any reaction.
Willem.
My program runs at about 200 sites. At a couple of them, I keep
getting this error "Invalid blob handle in record buffer". This error
occurs just now and then, a couple of times per day, but afterwards,
the contents of TEXT fields may get mixed up with those of other
records. Of course, this causes serious problems.
Setup: Delphi 2006, DbExpress TClientdataset, corelab driver, MS SQL
2005 standard. It's basically one table with about 8 TEXT fields of
100 fields total, 2000 records. Changing to varchar(max) does not
help, I presume the problem is on the client, not on the server.
About 10 simulteanous users.
--> I can not reproduce this in a controlled situation.
--> I do not know when EXACTLY the error occurs, e.g. what the user is
doing and which method of the clientdataset is begin invoked. It's a
large system. I'm trying to find out by adding extra logging now.
I'm looking for pointers in the right direction or anyone who has
experienced the same problem. I've found some results on Google but
they're all about a known (Nested dataset) bug in D7 which should be
solved.
Thanks for any reaction.
Willem.