Subject can't start named transaction at ISQL
Author agung wibowo
Hi, all



Why I can't start named transaction at my ISQL ? is that possible?

Until now, I always learn and use transaction at firebird with IBO. And
Jason teach me very well.

But I try to run transaction at isql. If I run transaction without name i.e
:



START TRANSACTION READ WRITE READ COMMITED;



It's work fine, but if I use name like :



START TRANSACTION NAME mytrans READ WRITE READ COMMITED;



Or



START TRANSACTION mytrans READ WRITE READ COMMITED;



ISQL give me an error message like :



- token unknown - line x, Char -y

- mytrans



What is wrong here? Am I miss about something?





Regards,

Agung w www.firebird-indonesia.net <http://www.firebird-indonesia.net/>







[Non-text portions of this message have been removed]