I have just finished some tests.
1) Format C
2) Reinstall XP service pack 2
3) disable firewall
4) Install MySQL 5
run this code
- Code: Select all Expand view
#Include "FiveWin.Ch"
#include "adordd.ch"
REQUEST ADORDD
function TstMySql()
USE test VIA "ADORDD" TABLE "tabel1" MYSQL ;
FROM "localhost" USER "root" password "ikke"
* USE test00 VIA "ADORDD" TABLE "ACCOUNTS" MYSQL ;
* FROM "www.freesql.org" USER "myuser" PASSWORD "mypass"
Browse()
USE
return nil
This works fine on the pc were MySQL is installed. It does not work on any other pc.
So I changed "localhost" into "192.168.0.101" and "testpc" and "TESTPC"
This did not work on any pc. But the error is different
Now it is not a
ADODB/Connection error but it is a
ADODB Recordset error.
With Navicat it was easy to open as "testpc" , "TESTPC" , "192.168.0.101"
Is it possible that this is not yet supported in ADORDD
Thanks,
Willy Hermans[/code]