Page 1 of 1

IBCQuery closed after Commit

Posted: Mon 20 Jul 2009 14:47
by jheinz
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

Posted: Mon 20 Jul 2009 15:23
by mariusz
Yes, it's correct.
You can use CommitRetaining and RollbackRetaining

I was same problem at the beginging :)

Posted: Thu 02 Jun 2011 14:12
by americasoft
mariusz wrote:Yes, it's correct.
You can use CommitRetaining and RollbackRetaining

I was same problem at the beginging :)
Hi guys,

I did it but, when i try to see all data that i input, i can't see them unless that i close my application and open again.

Somebody can help me?

Posted: Fri 03 Jun 2011 09:09
by AndreyZ
I've answered you by e-mail.