Search found 6 matches
- 25.09.2014, 13:16
- Forum: ZeosLib 7.2 Forum
- Topic: Problem ZDbcResultSet
- Replies: 4
- Views: 1211
Re: Problem ZDbcResultSet
Perfect. solved. Thanks.
- 24.09.2014, 19:24
- Forum: ZeosLib 7.2 Forum
- Topic: Problem ZDbcResultSet
- Replies: 4
- Views: 1211
Problem ZDbcResultSet
When I go to install the Delphi Zeos XE6, gives the following error: [dcc32 Error] ZDbcResultSet.pas(562): E2029 '.' expected but identifier 'AnsiStrComp' found The ZDbcResultSet.pas have declared the function that gives the error: function CompareRawByteString(const V1, V2): Integer; begin Result :...
- 15.09.2014, 15:55
- Forum: ZeosLib 7.2 Forum
- Topic: Problem with indentation script
- Replies: 6
- Views: 1349
Re: Problem with indentation script
Zeos 7.2 Delphi XE6
- 15.09.2014, 12:35
- Forum: ZeosLib 7.2 Forum
- Topic: Problem with indentation script
- Replies: 6
- Views: 1349
Re: Problem with indentation script
Hi, don't worry about your english! Which version of Zeos do you use? 7.2..?? Could you order/sort the script a bit? It's really hard to read. What happens/do you expect? Hello I use the 7.2 version. The Delphi is the XE6. The correct indentation should be: CREATE OR ALTER trigger itensnotas_bi for...
- 12.09.2014, 20:58
- Forum: ZeosLib 7.2 Forum
- Topic: Problem with indentation script
- Replies: 6
- Views: 1349
Re: Problem with indentation script
The version is 7.2. The sql code it is correct. It performs normally. The problem is the structure that it has no way to understand. he should be in the following structure: CREATE OR ALTER trigger itensnotas_bi for itensnotas active before insert or update or delete position 0 as declare variable c...
- 12.09.2014, 20:21
- Forum: ZeosLib 7.2 Forum
- Topic: Problem with indentation script
- Replies: 6
- Views: 1349
Problem with indentation script
Sorry my English is bad I'm using google translator. I created a script and I'm using the zsqlprocessor. the scriptt is usually generated in the database. However, when I check the ddl in the database is all messed up. As below: What can be. Recalling that in another version of zeos worked normally....