IBCQuery closed after Commit
Posted: Mon 20 Jul 2009 14:47
I connect a IBCTransaction to a IBCQuery.
Is it correct that the query is closed after a commit or rollback?
I need
query.open
-- do something
query.post
transaction.commit
query.edit
--do something
Is it correct that the query is closed after a commit or rollback?
I need
query.open
-- do something
query.post
transaction.commit
query.edit
--do something