Search found 4 matches
- 15.11.2011, 15:36
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 2010 with Firebird 2.1: new bug in TZSqlProcessor
- Replies: 3
- Views: 2563
Solution
The problem was solved setting the db dialect on 1. I was using dialect 3 on a DB dialect 1. This must be done on TZConnection, "properties". Dialect=1 The error WAS NOT in the parser, although, i used this modified section on the ZGenericSqlToken unit. function TZGenericSQLQuoteState.Next...
- 14.11.2011, 21:22
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 2010 with Firebird 2.1: new bug in TZSqlProcessor
- Replies: 3
- Views: 2563
Delphi 2010 with Firebird 2.1: new bug in TZSqlProcessor
-- SQL Error: Dynamic SQL Error SQL error code = -206 Column unknown I1HyzRwgIcLIoozFpmslqloFuE23G5vABtQnow7nFDgK8PdmcQ/igLB At line 1, column 173. Error Code: -206. Column does not belong to referenced table The SQL: INSERT INTO MENU (CODIGOMENU, DESCRIPCION, ..) VALUES ( 389, "I1HyzRwgIcLIooz...
- 20.10.2011, 15:56
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 2010 - Firebird 2.1 - bug in TZSqlProcessor
- Replies: 1
- Views: 3047
Luciano DeGiorgi, my coworker, suggested to me this change inside the unit ZGenericSqlToken the function TZGenericSQLQuoteState.NextToken(Stream: TStream; FirstChar: Char; Tokenizer: TZTokenizer): TZToken; becomes { TZGenericSQLQuoteState } {** Return a quoted string token from a reader. This method...
- 20.10.2011, 14:16
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi 2010 - Firebird 2.1 - bug in TZSqlProcessor
- Replies: 1
- Views: 3047
Delphi 2010 - Firebird 2.1 - bug in TZSqlProcessor
Hi fellas, I have this instruction INSERT INTO MENU (CODIGOMENU, DESCRIPCION... ) VALUES ( 429, "CJhhewvGCUrUW3yGKc/aT00Y+fEYjBtdKGCsHYA4nSgt5uN/NdOPNdee0gyDKF34Tgy7AYWSFA" ) Using TZSqlProcessor, i get -- SQL Error: Dynamic SQL Error SQL error code = -206 Column unknown CJHHEWVGCURUW3YGKC...