On 29-5-2011 15:24, wiwian wrote:
> Hi
> I have autocommit and dont need insert this (Inserting commit nothing
> do)... I write the same in Borland C++ and all work perfect without commit:
>
> Form2->pFIBQuery1->SQL->Text="INSERT INTO TEST (NUMER...) VALUES
> ('NUMER',...)";
> Form2->pFIBTransaction1->StartTransaction();
> Form2->pFIBQuery1->ExecQuery();


You are explicitly starting a transaction, if you do then you also need 
to commit.

-- 
Mark Rotteveel

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to