[Gambas-user] Database Results
Fabien Bodard
gambas.fr at ...626...
Sun Sep 12 20:27:45 CEST 2010
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
2010/9/12 tobias <tobiasboe1 at ...20...>:
> hi,
>
> another question about the databases and gambas to the developers:
> how do i have to imagine exactly the interaction between the (sqlite)
> driver and my gambas program? what exactly is this 'driver'? is it just
> a kind of library? (sorry, i'm not so good at this level and i never had
> to do anything with drivers)
>
> 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
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Fabien Bodard
More information about the User
mailing list