Subject Re: [IBO] (unknown)
Author Jason Wharton
This is an issue because you have set the transaction properties such that
as soon as a statement is executed the server commits it. Thus, there is no
way the client has transaction control to take in an explicit manner.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: <c.rozec@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, January 13, 2003 6:44 AM
Subject: [IBO] (unknown)


> Hi to all,
>
> I am working with Ibo Components for the database connection and
> kbmMW components for the main application.
> My problem comes with the Ib_Transaction component , it is configured
> like this :
>
> AutoCommit True
> Isolation tiCommitted
> LockWait False
> RecVersion True
> ServerAutoCommit True
>
> i need to apply updates to the database, by using this type of code :
>
> KbmQuery.Resolve;
>
> here I get this Error : "Explicit Trans not Allowed wih
> ServerAutoCommmit"
> By Setting ServerAutoCommit to False, it works, but i would like to
> leave it to True.
> Does Someone have an idea ?
> what does the property ServerAutoCommit involve ?
>
> Thanks,
>
> Christophe ROZEC
> TiteLive