[Gambas-user] Database Results

Fabien Bodard gambas.fr at ...626...
Sun Sep 12 21:52:38 CEST 2010


2010/9/12 tobias <tobiasboe1 at ...20...>:
> 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
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fabien Bodard




More information about the User mailing list