Subject Re: [firebird-support] Re: C# INSERT not going thru
Author Ann Harrison
Carlos Guzman Alvarez wrote:

>>myFbCommand.ExecuteNonQuery();
>>myTxn.Commit();
>>myConn.Close();
>>
>>No errors but no Insert either??
>>
>>
>
>
>Huumm ... are you sure ?? I think that with the Commit the code you have
>sent needs to work OK.
>
Remember that unless you've asked for a read-committed transaction in
the session you're using to check the insert, you won't see the new
record from an old transaction.

Regards,


Ann

>
>
>
>
>
>
>