Subject | Re: [IBO] Editing data from a SP |
---|---|
Author | Jason Wharton |
Post date | 2002-01-12T06:03:55Z |
A Refresh to a dataset will NOT cause refreshes to any other datasets.
BUT, there is a Refresh method on the transaction component you may be
hitting against. There is also the transaction OAT processing that happens
at times if not tuned properly.
I need a test case to reproduce this ideally for action to be taken on it.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
BUT, there is a Refresh method on the transaction component you may be
hitting against. There is also the transaction OAT processing that happens
at times if not tuned properly.
I need a test case to reproduce this ideally for action to be taken on it.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <hans@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, January 11, 2002 7:53 PM
Subject: Re: [IBO] Editing data from a SP
> This project had one Datamodule with 50+ TiboTable/TiboQueries, which I
> call a set of tables :). We exchanged some code to improve it a bit by
> not refreshing the Read/Only Tables, but still any refresh call on any
> table started a refresh of all other tables/queries, instead of just the
> table that had an row or column element updated.
>
> Forgive me if I'm wrong, but I don't think this issue has received any
> further attention since then.
>
> Best Regards
> Hans
>