Re: [Gambas-user] Question about Databases

2010-03-10 Thread M. Cs.
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

[Gambas-user] Question about Databases

2010-03-10 Thread tobias...@t-online.de
Dear Mailing-List, I have to write a Facharbeit about Gambas + SQLite3. It won't have so much pages, I just want to describe how Gambas can manage Database-Systems which aren't installed by the user in the first chapter. And that's what where I need help: I don't knoe, how Gambas d