Hi guys,
After migrate to xharbour.com i've seen that my application running with ads local is to slow when i'm using the application in a client computer.
My application run in this way: All files are in the server and the client open the files there even the executable file.
My code
Thanks for any help!
After migrate to xharbour.com i've seen that my application running with ads local is to slow when i'm using the application in a client computer.
My application run in this way: All files are in the server and the client open the files there even the executable file.
My code
#include "FiveWin.ch"
#include "Report.ch"
#include "InKey.ch"
#include "ads.ch"
#include "mysql.ch"
#include "sqlrdd.ch"
REQUEST SR_MYSQL
REQUEST DBFCDX
REQUEST _ADS
Function Main()
rddRegister( "ADS", 1 )
rddsetdefault( "ADS" )
SET SERVER LOCAL
SET FILETYPE TO CDXThanks for any help!
regards,
Diego Imenes
Diego Imenes