Search found 3 matches
- 28.04.2012, 06:44
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 2010, SQLite3 and win xp
- Replies: 5
- Views: 1224
That was first thing i checked: sqlite3_threadsafe() returns 1. As far as i understood, the DecimalSeparator could be changed by system itself. UpdateFormatSettings prevents it. Application still can change it. In initialization of my app i set DS to '.'. Now i think it rather a bad style :-\ But i ...
- 27.04.2012, 06:48
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 2010, SQLite3 and win xp
- Replies: 5
- Views: 1224
Thanks for your answer. I use Delphi 2010 Architect and Zeos 7.0.0 (have tried it with 7.0.1 also). How to write protocols? The problem is not in multi-threading. I have just checked it with one thread - same result. TZConnection.ExecuteDirect raises no errors. Connected property is true. Database i...
- 26.04.2012, 18:25
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 2010, SQLite3 and win xp
- Replies: 5
- Views: 1224
Delphi 2010, SQLite3 and win xp
Hello, i have an application with Zeos 7.0.0 and latest SQLite dll (from official site). There are several threads (each with their own TZConnection and database file) that writes data approx. once per minute. There is also DBGrid with own TZReadOnlyQuery to observe data. Everything works fine on wi...