> Tanks, I'm sorry, I'm newer in gambas, but how I do this, how I do a
> transaction??
> 
> .

It's not a Gambas thing, it is a basic database management system thing. 
Please look at "database transaction" in Wikipedia.

To begin a transaction : Connection.Begin() method.
To commit a transaction : Connection.Commit() method.
To rollback a transaction : Connection.Rollback() method.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to