Subject | Re: [firebird-support] Re: C# INSERT not going thru |
---|---|
Author | Ann Harrison |
Post date | 2003-08-06T22:36:59Z |
Carlos Guzman Alvarez wrote:
the session you're using to check the insert, you won't see the new
record from an old transaction.
Regards,
Ann
>>myFbCommand.ExecuteNonQuery();Remember that unless you've asked for a read-committed transaction in
>>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.
>
the session you're using to check the insert, you won't see the new
record from an old transaction.
Regards,
Ann
>
>
>
>
>
>
>