From: Pavol S. <pa...@st...> - 2003-04-01 13:45:39
|
George LAZAR wrote: >Hello all! > >I try to use the Firebird.Net provider. > >i have a connection, a transaction and a data adapter. >i have also a command builder. > >when i try to update the data into the database using the dataadapter, i >receive the error message: >"Command Connection is not equal to Transaction Connection" . > >any ideea? > >thank you > > > > > hi, you have to post us code, but i think, that problem is here: probably you created trancaction by new clausule... Tray to create it by FbConnction.BeginTransaction(). p. >============================================= >George LAZAR >============================================= > > > > >------------------------------------------------------- >This SF.net email is sponsored by: ValueWeb: >Dedicated Hosting for just $79/mo with 500 GB of bandwidth! >No other company gives more support or power for your dedicated server >http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ >_______________________________________________ >Firebird-net-provider mailing list >Fir...@li... >https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > |