Page 4 of 4

Re: Migrate from DBFCDX TO SQL

Posted: Thu May 23, 2013 12:01 pm
by Rathinagiri
Hi Mario Mansilla,

IMHO HeidiSQL is fantastic.

You can download it from www.heidisql.com

Re: Migrate from DBFCDX TO SQL

Posted: Thu May 23, 2013 1:54 pm
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

Re: Migrate from DBFCDX TO SQL

Posted: Thu May 23, 2013 2:05 pm
by Rathinagiri
No, this is the connecting software for MySQL.

You can download and install from www.mariadb.org for MySQL.

Re: Migrate from DBFCDX TO SQL

Posted: Fri May 24, 2013 2:38 am
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

Re: Migrate from DBFCDX TO SQL

Posted: Wed Aug 21, 2013 6:48 pm
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

Re: Migrate from DBFCDX TO SQL

Posted: Fri Aug 23, 2013 9:00 am
by tonton2
good morning,
it's good I found the error
@+