Hi
I am using Powerbuilder as frontend and mysql as backend and trying to connect using JDBC driver. I sucessfully connected to mysql but it gives error and to fix this error I need to specify option IGNORE_SPACE. Please help me I tried following but didnt work out.
SQLCA.DBMS = "JDBC"
SQLCA.LogPass = "pass123"
SQLCA.LogId = "root"
SQLCA.AutoCommit = False
SQLCA.DBParm = "Driver='com.mysql.jdbc.Driver',URL='jdbc:mysql://localhost:3306/mydb&SQL_MODE=IGNORE_SPACE'"
Kindly help me with the url
I am using Powerbuilder as frontend and mysql as backend and trying to connect using JDBC driver. I sucessfully connected to mysql but it gives error and to fix this error I need to specify option IGNORE_SPACE. Please help me I tried following but didnt work out.
SQLCA.DBMS = "JDBC"
SQLCA.LogPass = "pass123"
SQLCA.LogId = "root"
SQLCA.AutoCommit = False
SQLCA.DBParm = "Driver='com.mysql.jdbc.Driver',URL='jdbc:mysql://localhost:3306/mydb&SQL_MODE=IGNORE_SPACE'"
Kindly help me with the url