Search found 2 matches

by stadin
08.05.2007, 11:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Stack overflow in function TZAbstractRODataset.GetFieldData
Replies: 0
Views: 648

Stack overflow in function TZAbstractRODataset.GetFieldData

Hi,

there is a stack overflow in TZAbstractRODataset.GetFieldData when I try to preview a dataset with ~100 records with QuickReport. It works fine with a smaller dataset ~30 records.
Do you have a suggestions how to fix this componentwise?

Ben
by stadin
05.05.2007, 11:22
Forum: SQLite Administrator
Topic: Swedish characters (ÅÄÖ) in path
Replies: 7
Views: 3639

It is related to the Sqlite Version, because since 3.2.5 utf8 is used internally. I had the same problem with german Umlauts in the path. I changed the Open function in ZPlainSqlite3Driver.pas to use utf8 for versions > 3.2.5. Now it works. function TZSQLite3PlainDriver.Open(const filename: PChar; m...