Crash with invalid data size
Posted: 22.03.2013, 03:12
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
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