Subject | Re: [IBO] Help: Updates not showing up unless I re-start my app. |
---|---|
Author | Luiz Alves |
Post date | 2001-08-27T23:11:29Z |
What type of transaction are you using?
Try ReadCommited.
Luiz.
Try ReadCommited.
Luiz.
----- Original Message -----
From: <zorro@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, August 27, 2001 7:34 PM
Subject: [IBO] Help: Updates not showing up unless I re-start my app.
> 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..
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>