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
IBCQuery closed after Commit
-
americasoft
- Posts: 2
- Joined: Thu 02 Jun 2011 14:00