Man I am making this thing crash and burn a lot.
I have a VARCHAR2 Field of 10,000 Bytes and during the initiating process Zeos crashes with invalid data size.
Stepping through it, the Size in question is 4223943 which I would agree should invalid.
If I can't have 10,000 characters, then how can I have a memo?
Currently it appears that SQLite will not store more than 255 Bytes in a memo and now Zeos will not let me have a 10,000 VARCHAR2.
I tried with 5000 an it worked OK, but I needed more.
Thoughts and suggestions please.
Thanks
Crash with invalid data size
Moderators: gto, EgonHugeist
Crash with invalid data size
Thanks
Dyslexic Bob
Dyslexic Bob
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Hi Jan,
Thanks for the comment, I was thinking along the same lines. Time to quit with SQLite.
With thanks to a guy on another forum, it turned out to be a data limit of dsMaxStringSize=8192 for DataSets.
I did some more searching and there is a Data Type for SQLite of BLOB_TEXT - and that appears to be working OK. So it looks like Zeos and SQLite may still be getting along.
One more crash and I will be going to Firebird. Not sure why I am sticking with SQLite but I guess, better the Devil I know.
Thanks for the comment, I was thinking along the same lines. Time to quit with SQLite.
With thanks to a guy on another forum, it turned out to be a data limit of dsMaxStringSize=8192 for DataSets.
I did some more searching and there is a Data Type for SQLite of BLOB_TEXT - and that appears to be working OK. So it looks like Zeos and SQLite may still be getting along.
One more crash and I will be going to Firebird. Not sure why I am sticking with SQLite but I guess, better the Devil I know.
Thanks
Dyslexic Bob
Dyslexic Bob