[Gambas-user] Conect to Firebird

cristian abarzua abarzuaf at ...626...
Sat May 16 00:56:06 CEST 2009


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/ae4410d6/attachment.png>


More information about the User mailing list