Search found 13 matches
- 06.11.2012, 10:24
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 88806
- 15.08.2012, 10:39
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [solved] Unable to use ZeosLib with multiple connections
- Replies: 3
- Views: 854
- 14.08.2012, 12:27
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [solved] Unable to use ZeosLib with multiple connections
- Replies: 3
- Views: 854
[solved] Unable to use ZeosLib with multiple connections
When i try to query for data changed during another connection, zeos components will not return correct data steps to reproduce problem: #1, 1st connection calls query like SELECT DISTINCT(data) FROM test_table and result is 1, 2, 3, 4, 5 query:= TZReadOnlyQuery.Create(nil); query.Connection := ZCon...
- 07.05.2012, 07:55
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 88806
- 03.05.2012, 07:32
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 88806
- 02.05.2012, 12:46
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 88806
Sorien , When changing ZGenericSqlToken.pas you mainly change the behaviour of the filter feature of the datasets. And those should respond to system settings. The database specific Tokenizers decide themselves if they use the generic (system dependent) behaviour or not. So maybe we better provide ...
- 20.04.2012, 20:57
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 88806
I'll able to test it during a Monday i was thinking a bit about it and my and your solution seems to be wrong because we are trying to match it with system format not with proper database format which is wrong at second when i create query like INSERT INTO FOO VALUES('1.1.2012') tokenizer should ret...
- 20.04.2012, 14:48
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 88806
it depends on TimeSeparator and DateSeparator settings Example for broken time token detection: 1. first check what is your TimeSeparator ZGenericSqlToken.pas TZGenericSQLQuoteState.NextToken line 187 if ReadChar = {$IFDEF WITH_FORMATSETTINGS}FormatSettings.{$ENDIF}TimeSeparator then mine is ':' 2. ...
- 20.04.2012, 10:22
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 88806
- 20.04.2012, 09:47
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 88806
- 20.04.2012, 08:09
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 88806
- 19.04.2012, 08:30
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 88806
- 18.04.2012, 12:38
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Full Unicode/Ansi-Support in /testing branch
- Replies: 653
- Views: 88806
Hi, don't know if its exactly problem with your branch but i have problems to run database in embedded mode after switching to your branch, could you look at it pls... Edit: i've probably found it ZUrl.pas procedure TZURL.SetURL(const Value: string); var .. begin APrefix := ''; AProtocol := ''; AHos...