Hi All,
I need to understand how to set Wait/No Wait Transaction in firebird.
Also I have one doubt that I when we start transaction through code as shown 
below, the transaction locks particular rows in the table or it locks entire 
table?

Delphi code snippet should be:


 
try

   sqlMain.Transaction.StartTransaction;


 
    //HaveInsert SQL Execution here


 
   sqlMain.Transaction.Commit;

except

   sqlMain.Transaction.Rollback;

end;



Thanks in advance.
With Best Regards.
Vishal
  • [firebird-supp... Vishal Tiwari vishuals...@yahoo.co.in [firebird-support]
    • RE: [fire... Maya Opperman m...@omniaccounts.co.za [firebird-support]
      • Re: [... Vishal Tiwari vishuals...@yahoo.co.in [firebird-support]
    • Re: Re: [... liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
      • Re: R... Vishal Tiwari vishuals...@yahoo.co.in [firebird-support]

Reply via email to