[Gambas-user] why, Import CSV file into Sqlite3 database is too slow, very very slow en Gambas2 :(
Benoît Minisini
gambas at ...1...
Thu Sep 8 23:39:53 CEST 2011
> 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
More information about the User
mailing list