Dear Gentlemen,
I need to connect Promotic to MySQL database called 'iws' locally hosted in the same computer (Windows 10 x64 desktop).I tried the example that comes with the ADO object,Whenever I open the test panel in the example and try to open the table in the database it is throwing me that db is not open. I even tried different connection strings but no sequel. can somebody help me solve this issue
Connection String that I tried:
1) Server=myServerAddress;Port=3306;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
2)Provider =MySQLProv;Server=myServerAddress;Port=1234;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
Regards,
Mr.B