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.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to