Subject | Re: C# INSERT not going thru |
---|---|
Author | jamesdu71 |
Post date | 2003-08-06T22:38:31Z |
yep, when I relogin with terminal shows new records.
--- In firebird-support@yahoogroups.com, Ann Harrison
<aharrison@i...> wrote:
--- In firebird-support@yahoogroups.com, Ann Harrison
<aharrison@i...> wrote:
> Carlos Guzman Alvarez wrote:you have
>
> >>myFbCommand.ExecuteNonQuery();
> >>myTxn.Commit();
> >>myConn.Close();
> >>
> >>No errors but no Insert either??
> >>
> >>
> >
> >
> >Huumm ... are you sure ?? I think that with the Commit the code
> >sent needs to work OK.in
> >
> Remember that unless you've asked for a read-committed transaction
> the session you're using to check the insert, you won't see the new
> record from an old transaction.
>
> Regards,
>
>
> Ann
>
> >
> >
> >
> >
> >
> >
> >