[Gambas-user] Database Results

tobias tobiasboe1 at ...20...
Sun Sep 12 21:33:16 CEST 2010


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?

regards,
tobi




More information about the User mailing list