Page 2 of 7

Re: MySql revisited

Posted: Sun Feb 26, 2017 9:46 pm
by dragancesu
My research with HMG and MySQL

For test I use http://www.uniformserver.com/ZeroXI_doc ... guide.html

It's web server with apache/php/mysql but I run only MySQL, ideal for test and develop
For MySQL administration I use HeidiSQL.com , small mysql manager portable, (delphi source)

For program develop I create my system, named MyHMG for create simple form, master/detail form and report
All need is in attachment (and libmysql.dll)

Re: MySql revisited

Posted: Mon Feb 27, 2017 8:07 am
by dragancesu
This is demo for myhmg with country table, two forms, simple and grid, and report
Forms have all functions for insert, edit, delete, query

In zip is programs and table backup in sql format

When work with database (like mysql) I create tables and others database object (index, view) by database manager, not from program

Connected defined in config.ini - good for test, not good for production

Note: key field is named ID (auto-increment), can be dificulty but program must be (litle) changed

Re: MySql revisited

Posted: Thu Jun 22, 2017 9:23 am
by bels79
Sorry "libmysql.dll" and "xampp" what version are you using? thank you

Re: MySql revisited

Posted: Fri Jun 23, 2017 2:17 am
by bels79
Sir may know how to use libmysql and mysql version ?, because I try not yet thank you


dragancesu wrote: Sun Feb 12, 2017 12:54 pm Have nice examples on \HMGxxx \ Samples \ hfcl \ mysql

Solution with TMySQL is good, you need just libmysql.dl from mysql server installation, and that's all

Rathi with HMGMySQL Bridge made just library to establish a connection, accept (SELECT) and later return (UPDATE)
the second solution is that these functions are placed in the program and added to the project (so do I)

It will be easier if you write down what you've been able to do

Re: MySql revisited

Posted: Fri Jun 23, 2017 9:54 am
by dragancesu
I am on holiday, when return home I will prepare small manual for work with MySQL for beginers

Re: MySql revisited

Posted: Sat Jun 24, 2017 9:55 pm
by ASESORMIX
Sin Duda Alguna,
Este Trabajo Es De Alta Contribucion En Este Foro.
Muchas Gracias.

Re: MySql revisited

Posted: Fri Jul 21, 2017 7:55 am
by dragancesu
As I promised, I prepared a short manual for working with mysql

Re: MySql revisited

Posted: Fri Jul 21, 2017 8:32 am
by bpd2000
Thank you for sharing

Re: MySql revisited

Posted: Fri Jul 21, 2017 1:34 pm
by mol
Thx!

Re: MySql revisited

Posted: Fri Jul 21, 2017 5:45 pm
by quartz565
Thank you Dragan !