0 ramjeev -2 8 Years Ago How can I use Mysql for JDBC connection.How to make data source? I can able to done with MS-SQL. java
0 masijade 1,351 8 Years Ago So do it the same way for MySQL, just with different strings for the Driver and url.
0 OPDiscussion Starter ramjeev -2 8 Years Ago Thanks for ur support masijade....I had done it..Its the same way jus like MS-Sql. Only driver initialisation, "com.mysql.jdbc.Driver" And connectionUrl string "jdbc:mysql://localhost:3306/test"; (here,test is the database to be used) has been changed.
1 OPDiscussion Starter ramjeev -2 8 Years Ago A list of connection strings Thanks for ur suggestion,I hav done it.
1 Featured Reply masijade 1,351 8 Years Ago Good for you. A lot of people react negatively to that sort of advice, so, truthfully, way to go.