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 <[email protected]>:
> 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
> [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

Reply via email to