Subject | Re: Firebird Connection Hangs |
---|---|
Author | donjules2k |
Post date | 2004-05-09T16:23:25Z |
In reply to my own question:
http://sourceforge.net/mailarchive/message.php?msg_id=7048985
However, with SQL Server it defaults to a "dirty read" mode where you
can insert and update as you wish. To get transcation you have to
specifiy them. Is there a way to default Firebird to do the same and
only use transaction when I want? I say this as it is anoying having
to click the commit button after doing updates. (Yes I have tried
simply typing commit at the end but for some reason it does not work.)
Giulio
http://sourceforge.net/mailarchive/message.php?msg_id=7048985
However, with SQL Server it defaults to a "dirty read" mode where you
can insert and update as you wish. To get transcation you have to
specifiy them. Is there a way to default Firebird to do the same and
only use transaction when I want? I say this as it is anoying having
to click the commit button after doing updates. (Yes I have tried
simply typing commit at the end but for some reason it does not work.)
Giulio
--- In firebird-support@yahoogroups.com, "donjules2k" <giulio@g...> wrote:
> Hi,
>
> I'm using the FB.NET connector to read from an FBDB and IBOConsole to
> administrate it. When i perform an action (e.g. Insert) and then
> execute my .NET app (in this case a web app), it hangs and does
> nothing until I click "Post Dataset and Commit and retain current
> transaction" then it continues processing.
>
> Im not sure if the error is with the .NET adapter or the way I'm using
> FB hence I'm posting this here first.
>
> Thanks
>
> Giulio