Hi,
I would like to try to connect to a mysql DB with a connection string which is 'DSN-less'(as there is a bug with MySQL ODBC and PP8.5 and so that we can't configure DSN name)
using MYSQL JDBC driver, this string in SQL component looks like that :
DRIVER=??????;HOST=*****;PORT=3306;UID=*****;PWD=****;DB=*****
What is the format for DRIVER parameter ?
Could you help me ?
Thanks
Christophe