Page 1 of 1

problem with updating ZConnetion

Posted: 13.03.2009, 15:37
by Marcin W.
1. Main form with ZConnection1 and ZQuery1.
2. Child form with ZConnection2 and ZQuery2.

After inserting or updating data with ZQuery2, closing child form, there is no changes in main form, I must to use ZConnection.Reconnect to see changes.

Posted: 17.03.2009, 12:41
by gto
Have you tried set the TransactionIsolationLevel to tiReadCommited, in TZConnection ?