[Gambas-user] Question about Databases

M. Cs. mohareve at ...626...
Thu Mar 11 08:32:34 CET 2010


There's a backend driver gambas2-gb-db-sqlite, which communicates with the
sqlite3 driver. You have to specify the Host (folder of the target database
file), Name (of the file itself) and Type (which is sqlite) and also a
Password if you need some. The details under the hood? I don't know. You
have to prepare a querry text and to pass it to Database.Exec function as
argument. What is difficult: you have some forbidden characters like ~?'<>,
which may not be parts of the search pattern.



More information about the User mailing list