Subject | Long read-only Transactions |
---|---|
Author | Sergio H. Gonzalez |
Post date | 2008-06-12T20:28:11Z |
[FB 2.1]
Hi!
I have some forms with ClientDataSets in order to mantain some tables of my
app.
Some of these forms, may display some child record from another table.
I always open the read-only tables with a TIBQuery conected to the dataset
via the query's DataSourse = MyClientDataSetDataSourse.
Now I'm thinking that the transaction asociated with the TIBQueries will be
open all the time the form is open.
Is it bad?
Of course all that transaction don't modify nothing. Just read records.
Thanks for any comment!!
sergio
Hi!
I have some forms with ClientDataSets in order to mantain some tables of my
app.
Some of these forms, may display some child record from another table.
I always open the read-only tables with a TIBQuery conected to the dataset
via the query's DataSourse = MyClientDataSetDataSourse.
Now I'm thinking that the transaction asociated with the TIBQueries will be
open all the time the form is open.
Is it bad?
Of course all that transaction don't modify nothing. Just read records.
Thanks for any comment!!
sergio