Subject Re[2]: [IBO] Refresh TIB_Query
Author vsokolov65@mail.ru
Privet Sven!

Your Russian is very good :).

And thanks for reply. I've already found the problem. As you wrote it was the
transaction problem.

Thanks again,
Vladimir


-----Original Message-----
From: Svein Erling TysvŠ¤r<svein.erling.tysvaer@...>
To: ibobjects@yahoogroups.com
Date: Thu, 20 Jun 2002 15:37:41 +0200
Subject: Re: [IBO] Refresh TIB_Query

>
> Zdravstvojte Vladimir!
>
> >Sorry, I am new in IBO.
> >I use IBO4 and delphi 5.
> >when I add a record to the "table A", for example, with stored procedure how
> >can I refresh the IB_Query that get the information
> >from this table.
>
> The first thing to familiarise yourself with is the concept of
> transactions. A record of a table may exist in one transaction, but not in
> another (depending on when the transaction was started and the transaction
> isolation). In IB/FB everything happen within transactions.
>
> There are several refresh methods associated with TIB_Query, which I think
> are described in the documentation. However, since you are talking about
> tables without mentioning transactions, I guess this is your problem.
>
> Set
>
>
> ___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> without the need for BDE, ODBC or any other layer.
> ___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>