Subject | Re: Newbie Question: How do I create a transaction using JAVA+IB? |
---|---|
Author | rrokytskyy |
Post date | 2002-01-31T09:59:09Z |
> I've tried a lot of combinations but nothing worked.I'm afraid that in unmanaged case you cannot do this. Specs say that
>
> Can somebody send me an example?
transaction is always associated with the connection object. So,
after you obtained a connection, you have a transaction, after you
commited(), you do have a transaction (another than before, but
anyway that's a transaction). Same with rollback()...
Hope this helps.
Roman