[Gambas-user] Conect to Firebird
cristian abarzua
abarzuaf at ...626...
Sat May 16 01:34:02 CEST 2009
Hello.
I tried the ODBC, but can not connect. This odbc is there to download it
from somewhere?
Regards
2009/5/15 cristian abarzua <abarzuaf at ...626...>
> Hello
>
> I tried to connect to the firebird server on my computer with the following
> instructions:
>
> PUBLIC SUB Button1_Click()
>
> DIM $hConn AS NEW Connection
>
> WITH $hConn
> .Type = "firebird"
> .Host = "localhost"
> .Login = "SYSDBA"
> .Password = "xxxxx"
> .Name = "employee.fdb"
> END WITH
>
> TRY $hConn.Open
> IF ERROR THEN PRINT "La base de datos no puede ser abierta. Error = ";
> ERROR.Text
>
> END
>
> Unfortunately I said:
>
> "Can not find driver for database: firebird"
>
>
> When I select the project, choose database, but when using the manager, I
> did not sample the database.
> Attached image
>
> [image: firebird.png]
>
> Anyone managed to connect to firebird?
>
> Regards.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: firebird.png
Type: image/png
Size: 24470 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20090515/b7bd5efd/attachment.png>
More information about the User
mailing list