[Gambas-user] Conect to Firebird with ODBC

2009-05-18 Thread cristian abarzua
Hello. Anyone managed to connect to Firebird through ODBC?. Do you know what steps to do it?. Regards -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables

[Gambas-user] Conect to Firebird

2009-05-15 Thread cristian abarzua
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 = x .Name = employee.fdb END WITH TRY

Re: [Gambas-user] Conect to Firebird

2009-05-15 Thread Sergio A. Hernandez
Try with the ODBC driver. On Fri, May 15, 2009 at 4:56 PM, cristian abarzua abarz...@gmail.com wrote: 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 =

Re: [Gambas-user] Conect to Firebird

2009-05-15 Thread cristian abarzua
Hello. I tried the ODBC, but can not connect. This odbc is there to download it from somewhere? Regards 2009/5/15 cristian abarzua abarz...@gmail.com Hello I tried to connect to the firebird server on my computer with the following instructions: PUBLIC SUB Button1_Click() DIM $hConn

Re: [Gambas-user] Conect to Firebird

2009-05-15 Thread Sergio A. Hernandez
In your Package Manager (YAST/Synaptic/Etc) make sure that the following packages are installed (or in your case the first 3): gambas2-gb-db gambas2-gb-db-firebird gambas2-gb-db-form gambas2-gb-db-mysql gambas2-gb-db-odbc gambas2-gb-db-postgresql gambas2-gb-db-sqlite You can see the Beginners

Re: [Gambas-user] Conect to Firebird

2009-05-15 Thread cristian abarzua
Hello. Thanks for the pdf, then just take the form of connection. The problem is not connected to the database. through isql-fb can connect but not through Gambas. Do you know if someone has managed to connect to Firebird? Regards 2009/5/15 Sergio A. Hernandez info.g...@gmail.com In your

Re: [Gambas-user] Conect to Firebird

2009-05-15 Thread cristian abarzua
Gracias Sergio. Parece que descubri el problema.El que no me apareciera firebird en el gestor de base de datos es que habia instalado una version superior de gamas y parece que no habia quedado bien intalado. Reinstale Ubuntu y ahora aparece (remedio extremo) Gracias por tu ayuda. Saludos