Migrate from DBFCDX TO SQL

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Migrate from DBFCDX TO SQL

Post by Rathinagiri »

Hi Mario Mansilla,

IMHO HeidiSQL is fantastic.

You can download it from www.heidisql.com
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Mario Mansilla
Posts: 270
Joined: Wed Aug 13, 2008 2:35 pm
Location: Córdoba - Argentina

Re: Migrate from DBFCDX TO SQL

Post by Mario Mansilla »

Hola Rathi :
que bueno , no sabia de esta base de datos .
Preguntaba antes por Mysql porque hay mucha documentacion en español (estoy en Argentina) para consulta y ademas en hmg hay amigos que tienen mucha experiencia de trabajar con esta base de datos y sobre todo que provienen de clipper como yo .
Saludos .
Mario Mansilla

Hi Rathi:
good, did not know of this database.
Asked earlier by Mysql because many documentation in Spanish (I'm in Argentina) for consultation and also in hmg there are friends who are experienced in working with this database and especially coming from clipper like me.
Greetings.
Mario Mansilla
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Migrate from DBFCDX TO SQL

Post by Rathinagiri »

No, this is the connecting software for MySQL.

You can download and install from www.mariadb.org for MySQL.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Mario Mansilla
Posts: 270
Joined: Wed Aug 13, 2008 2:35 pm
Location: Córdoba - Argentina

Re: Migrate from DBFCDX TO SQL

Post by Mario Mansilla »

Ahora comprendo . Muchas gracias Rathi .
Empezare con un pequeño proyecto .
Todos mis proyectos desde que comenze con HMG fueron realizados utilizando el IDE para realizar los formularios .
¿ Hay alguna diferencia en el tratamiento de los formularios al cambiar DBF por MySql ? .
Con DBF siempre utilizo el control BROWSE para vizualizarlas las bases , con Mysql veo que todos usan el control GRID .
¿Existe algún inconveniente fundamental por el cual usan GRID en lugar de BROWSE?
Saludos .
Mario Mansilla

Now I understand. Thank you very much Rathi.
I'll start with a small project.
All my projects since I started with HMG were performed using the IDE to make the forms.
Is there any difference in the treatment of the forms to change DBF by MySql? .
With DBF always use BROWSE to control vizualizarlas bases with Mysql see that everyone uses GRID control.
Is there a fundamental problem which instead use BROWSE GRID?
Greetings.
Mario Mansilla
User avatar
tonton2
Posts: 468
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: Migrate from DBFCDX TO SQL

Post by tonton2 »

Bonsoir tout le monde.
Voila quand j'ai voulu utiliser le fichier "client.rar [981.9 KiB] " de Mr fouednoomen.
En voulant utiliser la fonction 'SUPPRIMER' ,j'ai le message suivant.
//
Good evening everyone.
That is when I tried to use the file "client.rar [981.9 KiB" of Mr fouednoomen.
Wanting to use the 'DELETE', I get the following message
MERCI BEAUCOUP FOR YOUR HELP

Procedure Eliminar()
*------------------------------------------------------------*
If MsgYesNo ( 'Vous êtes Sure de vouloir Supprimer le Client')
If Client->(FLock())
Delete
Win_1.Browse_1.Delete
Win_1.Browse_1.EnableUpdate()
Win_1.Browse_1.Refresh
Unlock
endif
EndIf
Return
Attachments
error_Supp.JPG
error_Supp.JPG (123.53 KiB) Viewed 2546 times
L'Algerie vous salut
Y.TABET
User avatar
tonton2
Posts: 468
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: Migrate from DBFCDX TO SQL

Post by tonton2 »

good morning,
it's good I found the error
@+
L'Algerie vous salut
Y.TABET
Post Reply