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.

<<firebird.png>>

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to