|
From: <CAR...@te...> - 2005-07-08 07:19:33
|
Hello=3A =3E FbConnection connection1 =3D new = =3E FbConnection(connectionString)=3B connection1=2EOpen()=3B =3E FbTransaction transaction1 =3D = =3E connection1=2EBeginTransaction()=3B FbCommand command1 =3D= = =3E new FbCommand(=22insert into X (Y) values = =3E (=27Z=27)=22=2C connection1=2C transaction1)=3B =3E command1=2EExecuteNonQuery()=3B You should commit the transaction ( the default IsolationLevel is ReadCommitted )=3A transaction1=2ECommit()=3B -- Best regards Carlos Guzm=E1n =E1lvarez Vigo-Spain |