Subject Help: Updates not showing up unless I re-start my app.
Author zorro@digital-u.com
This might be a silly question but I am currently stuck. I have an
aplication written using IBObjects v3.6. I am using the
TIB_Connection, TIB_Transaction and the TIBOQuery components . I have
my client software running on one computer while I am running the
admin software on another computer. My problem is if I modify the
user records using the admin software and then save the data, the
client doesn't see the new data unless I quit completely and restart
the app.

NOTE: on the client I am actually do this for example to try and get
the new data:

qryUserInfo.Active := FALSE;
qryUserInfo.ParamByName('UserID').AsInteger := UserID;
qryUserInfo.Active := TRUE;

ANy help is appreciated..