Subject Re: [IBO] BDE to IBO: Refresh or Update Problem
Author Jason Wharton
Look at the Isolation property of the TIBODatabase component. It is probably
set to tiConcurrency. Change it to tiCommitted and this will allow one app
to see the committed changes of another app without having to start a new
transaction.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <info@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, October 10, 2001 11:27 AM
Subject: [IBO] BDE to IBO: Refresh or Update Problem


> Hi,
>
> I've managed to get my application from BDE to IBO transfered. It
> works fine, but:
>
> I 've tested the clients on two maschines at the same time. Adding a
> new record or doing changes in a record on one maschine does not
> affect the record list on the other maschine.
>
> I have to disconnect or reload the application again to see the
> changes.
>
> I have a default transaction with autocommit set, but this doesn't
> seem to help. I'm pretty sure, that it is my fault, but where ?
>
> Regards
>
> Thomas
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>