Hi,
when I tried to connect local / remote MySQL database from VFP using following string connection it returns -1
lnHandle=SQLSTRINGCONNECT("Driver={MySQL OBDC 8.0 Unicode Driver};Server=127.0.0.1;Database=w27;User=root;Password=")
but I can connect to both of these database using SQLCONNECT(MySQLOBDEC) DNS Connection created in "ODBC Data Sources (32-bit)"
I am using the same drive IP, Prot No, database, username, and the password in both occasion.
Please help me to solve this issue.
Note I am using Windows 10 pro.
MSiddeek
when I tried to connect local / remote MySQL database from VFP using following string connection it returns -1
lnHandle=SQLSTRINGCONNECT("Driver={MySQL OBDC 8.0 Unicode Driver};Server=127.0.0.1;Database=w27;User=root;Password=")
but I can connect to both of these database using SQLCONNECT(MySQLOBDEC) DNS Connection created in "ODBC Data Sources (32-bit)"
I am using the same drive IP, Prot No, database, username, and the password in both occasion.
Please help me to solve this issue.
Note I am using Windows 10 pro.
MSiddeek