Dear All,
I just try to work with MySql (on web hosting). I would like to know the real working concept. Because when I use from my small knowledge the problem is the connection and reading not stable. It shows the data less than 1 seconds for 2 or 3 times and then the next time will take 5-10 seconds and next may be over 10 seconds. The problem might be my knowledge in RDBMS on web. I am not sure the real concept to access, read and write procedure.
My flow is below;
Thanks in advance for any help and idea.
I just try to work with MySql (on web hosting). I would like to know the real working concept. Because when I use from my small knowledge the problem is the connection and reading not stable. It shows the data less than 1 seconds for 2 or 3 times and then the next time will take 5-10 seconds and next may be over 10 seconds. The problem might be my knowledge in RDBMS on web. I am not sure the real concept to access, read and write procedure.
My flow is below;
Function Main()
oServer := MySqlServer()
  Workaround()
oServer:End()
return nil
Function Workaround()
oDb := MySqlQuery()
... do something..
oDb:end()
return nilThanks in advance for any help and idea.
Regards,
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)