Hi
I need help i was trying to connect to MySQL Server Using JDBC Driver I am using Powerbuilder 12.5 to connect to Database server but PowerBuilder application required the option ignore-spaces.
Previously i was doing this using changing in my.ini files whenever it was standalone machine now i just can't with database server.
I need this option to be set from my application following is the code to connect
to database server how do i set the property in URL?
"Driver='com.mysql.jdbc.Driver',URL='jdbc:mysql://localhost:3306/mydb"
i am just few steps behind please help me otherwise i have been forsed to used ODBC Connection
I need help i was trying to connect to MySQL Server Using JDBC Driver I am using Powerbuilder 12.5 to connect to Database server but PowerBuilder application required the option ignore-spaces.
Previously i was doing this using changing in my.ini files whenever it was standalone machine now i just can't with database server.
I need this option to be set from my application following is the code to connect
to database server how do i set the property in URL?
"Driver='com.mysql.jdbc.Driver',URL='jdbc:mysql://localhost:3306/mydb"
i am just few steps behind please help me otherwise i have been forsed to used ODBC Connection