firebird + HMG

Moderator: Rathinagiri

joposadas

firebird + HMG

Post 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
skonuk
Posts: 28
Joined: Fri Sep 17, 2010 7:37 pm
Location: turkey-bursa

Re: firebird + HMG

Post 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.
skonuk
Posts: 28
Joined: Fri Sep 17, 2010 7:37 pm
Location: turkey-bursa

Re: firebird + HMG

Post by skonuk »

Soon I will publish a comprehensive example on firebird.
good work
joposadas

Re: firebird + HMG

Post 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
User avatar
Hazael
Posts: 109
Joined: Thu Jun 24, 2010 11:37 am
Location: France

Re: firebird + HMG

Post 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
Harbour | GTWVT | MingW | Visual Studio Code
User avatar
Clip2Mania
Posts: 99
Joined: Fri Jun 13, 2014 7:16 am
Location: Belgium

Re: firebird + HMG

Post by Clip2Mania »

+1
User avatar
edufloriv
Posts: 238
Joined: Thu Nov 08, 2012 3:42 am
DBs Used: DBF, MariaDB, MySQL, MSSQL, MariaDB
Location: PERU

Re: firebird + HMG

Post 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

Eduardo Flores Rivas


LIMA - PERU
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: firebird + HMG

Post 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 441 times
Libs.rar
(16.7 KiB) Downloaded 398 times






saludos
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Agil Abdullah
Posts: 204
Joined: Mon Aug 25, 2014 11:57 am
Location: Jakarta, Indonesia
Contact:

Re: firebird + HMG

Post by Agil Abdullah »

Hi Joposadas,

I am following this topic. Interesting to me.

Thanks.
Agil Abdullah Albatati (just call me Agil)
Programmer Never Surrender
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: firebird + HMG

Post by Rathinagiri »

IMHO, MariaDB is better than FireBird in simplicity.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply