Groups > Interbase > InterBase third party tools > Re: Getting Last Updated Data With IBDataSet




Getting Last Updated Data With IBDataSet

Getting Last Updated Data With IBDataSet
12 Mar 2007 03:35:35 -0800
I can not get last updated data when I call IBTable.Refresh
or IBTable.Close  and then IBClose.Open.
for example it is needed when another user in the network
changes data.
I ccould find only one way to do this I call IBDataBase.Close
and then IBDataBase.Open.
Is that the only way??

Post Reply
Re: Getting Last Updated Data With IBDataSet
12 Mar 2007 05:40:15 -0800
The best place to ask InterBase Express questions is the
interbaseexpress newsgroup. Calling IBTable.Refresh or opening and
closing the IBTable should show changes made by other users if:

1) The user that made the changes has committed his/her transaction and
2) Your transaction uses read committed isolation. If your transaction
uses snapshot isolation you will not see changes made by other users
until you commit and start a new transaction.

-- 
Post Reply
about | contact