Subject | Re: set transaction |
---|---|
Author | dirinler |
Post date | 2008-05-28T13:53:51Z |
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@...>
wrote:
documentation for SET TRANSACTION in the Language Reference
(Borland's LangRef.pdf) and you will find that SET TRANSACTION is
not used in most language environments.
compiling with gpre. This is not a DSQL environment.
from the default transaction.
sequence are a script. You can process scripts in isql (read the
docs) and probably EMS manager has a script tool as well.
im like sure about it because i tried that code with VB6 too but it
didnt give me a result.
thanks
wrote:
>add
> At 10:24 PM 27/05/2008, you wrote:
>
> >> >i use fb 2.1
> >> >
> >> >i want to set transaction with fb
> >> >this code even doesnt work
> >> >
> >> >set transaction;
> >> >insert into table (myfield) values ('xxx');
> >> >commit;
> >>
> >
> >i tried this code with EMS SQL Manager .and it doesnt give any
> >result or any error.and it doesnt say something and it doesnt
> >an record or where i can use this code another? ;-)TRANSACTION does not have any effect in that environment. Read the
>
> You are using a DSQL tool that sets up transactions itself. SET
documentation for SET TRANSACTION in the Language Reference
(Borland's LangRef.pdf) and you will find that SET TRANSACTION is
not used in most language environments.
>language set that is used for writing C applications for pre-
> One environment where it is used is Embedded SQL, the specialised
compiling with gpre. This is not a DSQL environment.
>when you want to start a transaction that has attributes different
> Another place where it can be used is in the isql utility, for
from the default transaction.
>isql, etc. process ONE statement. Two or more statements in
> I guess you should also be aware that DSQL tools like EMS manager,
sequence are a script. You can process scripts in isql (read the
docs) and probably EMS manager has a script tool as well.
>yes you are right
> ./heLen
>
im like sure about it because i tried that code with VB6 too but it
didnt give me a result.
thanks