Subject | RE: [firebird-support] Re: Start transaction in Firebird |
---|---|
Author | Alan McDonald |
Post date | 2005-08-01T12:37:46Z |
> Tried using SET TRANSACTION and get messageIt's a connection method.
>
> ODBC [State::HY000] Error::invalid transaction handle (expecting
> explicit transaction start)
>
> Tried with an without named transactions.
>
> Tony
>
> > >
> > You will find Firebird Syntax in the Release-Notes and in:
> > http://www.firebirdsql.org/index.php?op=doc&id=userdoc
> >
> > Use "SET TRANSACTION".
> >
> > Uwe
>
try (using your previous nomencalture)
dbconnection.BeginTrans
dbconnection.CommitTrans
Alan