Subject Re: C# INSERT not going thru
Author jamesdu71
yep, when I relogin with terminal shows new records.


--- In firebird-support@yahoogroups.com, Ann Harrison
<aharrison@i...> wrote:
> 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
>
> >
> >
> >
> >
> >
> >
> >