Subject Long read-only Transactions
Author Sergio H. Gonzalez
[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