Page 1 of 3

firebird + HMG

Posted: Fri Jan 17, 2014 6:25 pm
by joposadas
Grupo,

Actualmente estoy desarrollando una aplicación con SQLite sin embargo ésta tiene la limitante de que solo un usuario puede estar actualizando la base y los demas únicamente leyendo, ahora he leído que Firebird es una base de datos que se puede trabajar con varios usuarios, y aquí es donde me surgen preguntas y si alguno tiene experiencia en Firebird+HMG mucho le agradecería me auxiliara, las preguntas son:

1- ¿La creación de la base de datos como de sus tablas se puede hacer desde el código? es decir, sin que exista la necesidad de que una tercera persona vaya con el cliente y haga la instalción del Firebird (tal y como sucede con SQLExpress)
2- ¿Hay algun administrador de la base de datos? (algo similar a SQL Server Manager o como SQLiteAdministrator)
3- ¿Qué ta podersa es esa base de datos vs SQLExpress?
4- ¿Hay ejemplos de conexión vía ADO para Firebird?
5- ¿Es recomendable usar Firebird para bases de datos que superen lo 6G?

De antemano muchas gracias por la ayuda

Re: firebird + HMG

Posted: Fri Jan 17, 2014 8:46 pm
by skonuk
I'm working with firebird, but I don't unterstand your message,
please ask question/problem in english

I'm using EMS Sql manager for firebird.

Re: firebird + HMG

Posted: Fri Jan 17, 2014 8:48 pm
by skonuk
Soon I will publish a comprehensive example on firebird.
good work

Re: firebird + HMG

Posted: Fri Jan 17, 2014 10:18 pm
by joposadas
group

I am currently developing an application using SQLite however it has the limitation that only one user can be updating the base and the other only reading , I have now read that Firebird is a database that you can work with multiple users , and this is me where questions arise and if anyone has experience in Firebird + HMG would appreciate much save me , the questions are:

1 - Does the creation of the database and its tables can be done from the code? ie , with no need for a third person to go with the client and make the installation used the Firebird ( as happens with SQLExpress )
2 - Is there a manager database ? (similar to SQL Server Manager or SQLiteAdministrator )
3 - What is so powerful that Firebird vs SQLExpress ?
4 - Are there examples of connecting via ADO to Firebird ?
5 - It is recommended to use Firebird databases that exceed the 6G ?

In advance thank you very much for the help

Re: firebird + HMG

Posted: Fri Aug 01, 2014 7:42 am
by Hazael
skonuk wrote:Soon I will publish a comprehensive example on firebird.
good work

Hello Shonuk,

Did you publish your example on Firebird SQL?
I am interested...
Thanks for your help

Re: firebird + HMG

Posted: Fri Aug 01, 2014 8:52 am
by Clip2Mania
+1

Re: firebird + HMG

Posted: Thu Sep 04, 2014 12:29 am
by edufloriv
Hello Skonuk,

Currently I have a complete system working on MS-SQL Server using ADO with HMG, runs perfectly. But I would like to see your examples with FireBird since it is a free database engine. We appreciate upload your examples.

Best regards.



Eduardo Flores Rivas
LIMA - PERU

Re: firebird + HMG

Posted: Thu Sep 04, 2014 1:50 am
by danielmaximiliano
Esto es lo que encontre sobre Firebird en español

http://www.firebirdsql.org/file/downloa ... panish.pdf

un ejemplo en HMGext. C:\MiniGUI\SAMPLES\BASIC\Firebird

la libreria de conexion OBDC : C:\harbour\contrib\hbodbc

al compilar el ejemplo Firebird de HMGe produce un error asi que estoy instalando Firebird para 64bits desde

***http://www.firebirdsql.org/en/***firebird-2-5-3/**** :oops:

perdón.. FE de erratas : Hay que instalar el drivers ODBC desde

http://sourceforge.net/projects/firebir ... e/download

http://www.firebirdsql.org/en/odbc-driver/

copiar sql.ch en c:\hmg.3.3.1\include
copiar libhbodbc.a en c:\hmg.3.3.1\lib
Firebird.rar
(42.16 KiB) Downloaded 458 times
Libs.rar
(16.7 KiB) Downloaded 414 times






saludos

Re: firebird + HMG

Posted: Thu Sep 04, 2014 5:21 am
by Agil Abdullah
Hi Joposadas,

I am following this topic. Interesting to me.

Thanks.

Re: firebird + HMG

Posted: Thu Sep 04, 2014 5:37 am
by Rathinagiri
IMHO, MariaDB is better than FireBird in simplicity.