2010/9/12 tobias <[email protected]>: > hi, > >> It's a kind of lbrary ... you select gb.db in thecomponents. >> >> >> then >> >> private hcon as new connection >> >> >> Publc sub Main() >> >> hCon.type = "sqlite3" >> hCon.Host=user.home &/ "dbpath" >> hcon.Name = "mydatabase" >> hcon.open >> >> end >> > > yeah, so this 'kind of library' it loaded by the gambas component (?) > loader and there are the several sqlite3 functionalities for my program? it"s a layer that use sql queries in background ... The same functionalities are usable with all database type managed by gb.db (mysql, postgresql, sqlite,odbc, firebird) > > regards, > tobi > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user >
-- Fabien Bodard ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
