probelms with post and or commit

Forum related to Firebird

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Josef Koller
Junior Boarder
Junior Boarder
Posts: 26
Joined: 04.09.2005, 14:46

probelms with post and or commit

Post by Josef Koller »

Hello,

I use Delphi6 prof., firebird embedded and zeos components (zconnection, zquery, zupdatesql, zsequence.

All works fine after starting the application. But if I close the application and start it again I cann't find the new values in the database.

I see only the old values. It seems that the changes were not stored stable.

Any idea what's wrong or have I forgot any property (readcommitted and autocommit:=true is set)?

Thanks

Josef
firesz
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 01.10.2010, 20:11

Post by firesz »

hello josef!

this property is ok!

do not forget that whenever you finish a sentence write zquery1.applyupdate, (this applies to the data physically) and commitupdate; (This renews the latest version of the data).

good luck!
Post Reply