| View previous topic :: View next topic |
| Author |
Message |
George Christoforakis Guest
|
Posted: Tue Sep 09, 2003 6:48 am Post subject: transaction object in Interbase/Firebird from Delphi 7 |
|
|
Hello all,
is there any way to bypass the transaction object which is required to
execute a query? Is there something I miss?
TIA
George Christoforakis
|
|
| Back to top |
|
 |
Martijn Tonies Guest
|
Posted: Tue Sep 09, 2003 9:34 am Post subject: Re: transaction object in Interbase/Firebird from Delphi 7 |
|
|
Hi,
| Quote: | is there any way to bypass the transaction object which is required to
execute a query? Is there something I miss?
|
InterBase and Firebird execute _everything_ within a transaction, including
a SELECT.
So, no.
Which, of course, doesn't mean you can't use a default transaction or
something like that - but that completely depends on your connectivity
set.
--
With regards,
Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Tue Sep 09, 2003 2:04 pm Post subject: Re: transaction object in Interbase/Firebird from Delphi 7 |
|
|
| Quote: | is there any way to bypass the transaction object which is required to
execute a query? Is there something I miss?
|
Why would you want to. Versioning, which is one of the major
advantages of IB, depends on it.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
George Christoforakis Guest
|
Posted: Tue Sep 09, 2003 2:08 pm Post subject: Re: transaction object in Interbase/Firebird from Delphi 7 |
|
|
We use our own transaction system. Basically I just connected all necessary
queries on a transaction and I solved my problem
But I guess I have to do so, eh? There is no way to bypass it...
George.
"Bill Todd" <no (AT) no (DOT) com> wrote
| Quote: | is there any way to bypass the transaction object which is required to
execute a query? Is there something I miss?
Why would you want to. Versioning, which is one of the major
advantages of IB, depends on it.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Tue Sep 09, 2003 3:37 pm Post subject: Re: transaction object in Interbase/Firebird from Delphi 7 |
|
|
On Tue, 9 Sep 2003 17:08:57 +0300, "George Christoforakis"
<George.Christoforakis (AT) RatioGroup (DOT) com> wrote:
| Quote: | There is no way to bypass it...
|
That is correct. There is no way to bypass it.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
Aage Johansen Guest
|
Posted: Tue Sep 09, 2003 7:40 pm Post subject: Re: transaction object in Interbase/Firebird from Delphi 7 |
|
|
On Tue, 9 Sep 2003 11:34:21 +0200, Martijn Tonies wrote:
| Quote: | ...
InterBase and Firebird execute _everything_ within a transaction,
including a SELECT.
|
_everything_ should be "everything" ...
--
Aage J.
|
|
| Back to top |
|
 |
|