Tore,
engineering.com is associated with tek-tips. See the Attachment section of new posts "Click Here to upload your file to ENGINEERING.com"
OMR,
still it is much simpler to post your connection string (credentials removed, of course). Without looking at your download: Simply use
to find your connection string.
Besides that, make sure you installed a 32biit MySQL ODBC driver and an ANSI version, MySQL connectors also come as unicode and 64bit flavors, of which none is compatible for VFP as VFP is 32bit and ANSI.
On top of that, use AERROR(laError) and inspect the laError array created in the Locals Window of the debugger to see what errors, it could also simply be an issue with the MySQL database not allowing any remote connections, no driver issue, or credentials issue. Then you can only use the MySQL db on site, via PHP on the server, for example.
If you want to test your client side installation works, install MySQL local or use a simple remotely accessible sample database , eg from
or
Bye, Olaf.