Search found 11 matches
- 02.04.2012, 19:13
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Only one record should have been updated...
- Replies: 50
- Views: 12939
- 02.04.2012, 16:07
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Only one record should have been updated...
- Replies: 50
- Views: 12939
- 31.03.2012, 19:27
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Have problems with ZTable.Edit & Post
- Replies: 16
- Views: 4757
- 31.03.2012, 13:57
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Have problems with ZTable.Edit & Post
- Replies: 16
- Views: 4757
- 31.03.2012, 12:40
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Have problems with ZTable.Edit & Post
- Replies: 16
- Views: 4757
Don´t know why but this problem is gone after i´ve recreated the table. :lol: One problem fixed, but the next ones already in queue :roll: Is there an more elegant option to keep the record pointer on the last edited record after post? Example 1: 4 Records ZConn.AutoCommit is set to True and ZConn.T...
- 31.03.2012, 08:05
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Have problems with ZTable.Edit & Post
- Replies: 16
- Views: 4757
I have a table for example with 15 records from ID 60 to 77. After filtering and sorting of records shows the DB Grid these records sorted ascending also from ID 60 to ID 77. But i have no idea why the record pointer in a for-loop jumps from ID 60 to 71, from 71 to 77, from 77 to 65 and from 65 back...
- 30.03.2012, 13:18
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Have problems with ZTable.Edit & Post
- Replies: 16
- Views: 4757
I could not build and compile the new ZEOS package as a component. So I had to remove and reinstall Delphi 7. It seems that the reason for this problems were the old dcu Files from ZEOS 6.6.6 in my Project folder. At the beginning I had problems with the new ZEOS lib exactly the same as with 6.6.6 v...
- 28.03.2012, 12:59
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Have problems with ZTable.Edit & Post
- Replies: 16
- Views: 4757
Download and install TortoiseSVN Is that correct? What is TortoiseSVN? I read something about Apache server! I´ve download my Version from here https://sourceforge.net/projects/zeoslib/files/latest/download Should i download from https://zeoslib.svn.sourceforge.net/svnroot/zeoslib/branches/6.6-patch...
- 27.03.2012, 22:27
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Have problems with ZTable.Edit & Post
- Replies: 16
- Views: 4757
I got no SQL statement in unit: ZDbcInterbase6Utils method: PrepareStatement! After 'self.ZConnection1.Connect;' in Event FormCreate i debug this in PrepareStatement from unit ZDbcInterbase6Utils: first call: Var sql: 'SELECT * FROM NACHRICHTEN'#$D#$A second call: Var sql: 'SELECT a.RDB$RELATION_NAM...
- 27.03.2012, 21:38
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Have problems with ZTable.Edit & Post
- Replies: 16
- Views: 4757
Ja, hier ist ein Deutscher ;) System: WinXp_32bit, 2GB RAM, DuoCore CPU Dev. environment: Delphi 7, ZEOS 7.0.0 alpha (used Protocol: firebird-2.1) Database Server: Firebird 2.5.1.26351 Database Editor: EMS - SQL Manager 2010 Lite for Interbase and Firebird My Story: I have developed two programs on ...
- 27.03.2012, 20:20
- Forum: ZeosLib 7.0 Beta Forum
- Topic: [patch_done] Have problems with ZTable.Edit & Post
- Replies: 16
- Views: 4757
[patch_done] Have problems with ZTable.Edit & Post
I changed from 6.6.6 stable to 7.0.0 alpha with Delphi 7. Now I get the some errors like SQL Error: Dynamic SQL Error SQL error code = -104 Unexpected end of command - line 1, column1. Error Code: -104. Invalid token. I use Firebird 2.5.1. In 6.6.6 works this code. procedure TForm1.Button2Click(Send...