Search found 56 matches

by Prometeus
24.11.2009, 02:30
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1733

Hello Seawolf,


I did a fast test here with the test case I put on bug tracker and it worked!! Looks like the bug is gone! Tomorrow I'll be testing it with my application, but I think Mark can put this fix on next SVN.

Thank you very much!!
by Prometeus
23.11.2009, 19:23
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1733

Hello Seawolf,


Oh, good news! Glad to know you are close to fix it!! Can you confirm whether this bug affects other data type other then Integer?


Thank you!
by Prometeus
23.11.2009, 14:43
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1733

Hello, The bug still persists on TESTING_REV725. This is a serious bug when you have a list of values to be UPDATEd on any DB table and some of the fields must be NULL for some reason in the loop. The next iteration of that field will be NULL as well what may raise a 'ghost' effect on that table. I ...
by Prometeus
13.11.2009, 14:47
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1733

Seawolf and Mdaems , The "Error: Undeclared identificer: 'sqlind'" may be bypassed if you reference it before like this: ... with FXSQLDA.sqlvar[Index] do if (sqlind <> nil) then sqlind^ := 0; // not null ... However the bug still persists on my test case. Watching the code for updating o...
by Prometeus
30.10.2009, 13:39
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1733

Thanks, Cariad!


So the bug seems to be in Zeos indeed.
by Prometeus
29.10.2009, 13:31
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1733

Hello, Mark, I tried follow the bug (that persists in TESTING_REV713) but to no avail. Can you or anyone else give me a clue to where should I look for it? It's unbelievible that this bug did not happen to other user. Thanks for any help. BTW: I am using Delphi 7. A saw that Zeos uses ancestors from...
by Prometeus
23.09.2009, 20:31
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1733

Hello, Mark!


Ok, I'll try do that.
by Prometeus
23.09.2009, 13:57
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1733

Hello,


Could someone confirm whether this is a bug or not? A reported this to ZEOS bug tracker but no answer as well.


Thank you.
by Prometeus
22.09.2009, 13:53
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1733

Hello,


This bug still persists on TESTING_REV692.
by Prometeus
15.09.2009, 20:03
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem when updating the same record twice - FIXED!
Replies: 17
Views: 1733

Problem when updating the same record twice - FIXED!

Hello, I have a situation where, sometime, I need change the data of two register of same type, the second just after the first. The problem arises on the second update as it looks like Zeos is replicating the value of ALL field when they are NULL. The code is like below: with SQLTest do begin Close...
by Prometeus
03.02.2009, 21:59
Forum: 6.6 - stable
Topic: Zeos error with Firebird 2.05
Replies: 8
Views: 1065

Hello, fcodebue,



I already do that on all PCs. To no avail. Looks like Firebird 2.05 changed something in the protocol.

Thanks.
by Prometeus
28.01.2009, 13:37
Forum: 6.6 - stable
Topic: Zeos error with Firebird 2.05
Replies: 8
Views: 1065

Hello, Seawolf,



This problem occured with the new Firebird 2.05. With Firebird 2.1.1 it doesn't occurs!

I use Firebird SuperServer on Windows Server.


Thanks for your attention.
by Prometeus
27.01.2009, 18:12
Forum: 6.6 - stable
Topic: Zeos error with Firebird 2.05
Replies: 8
Views: 1065

Zeos error with Firebird 2.05

Hello, I was testing my applications with the brand new release of Firebird 2.0x series, the version 2.05. I can connect with the DB but it fails when I do a SQL command like this: SELECT CURRENT_TIMESTAMP AS server_time FROM RDB$DATABASE I got an 'access violation' error. Looking at the error log i...
by Prometeus
22.08.2008, 02:56
Forum: 6.6 - stable
Topic: Bookmark was not found when using TZTable as detail
Replies: 2
Views: 758

Hello Mark,



I'll try send to bug tracker a sample project as soon as possible.


Thanks!
by Prometeus
21.08.2008, 04:17
Forum: 6.6 - stable
Topic: Bookmark was not found when using TZTable as detail
Replies: 2
Views: 758

Bookmark was not found when using TZTable as detail

Hello, I realized the problem described on title still occurs with 'TZQuery' as master and 'TZTable' as detail, even on last SVN (6.6.3-stable included). When setting them this way I get 'bookmark was not found' error when trying using the 'Post' method of TZTable, both when inserting or editing or ...