I created system dsn using mysql driver now i have connection path. how to use it in java code.to get connection.
1 Answer
3 Comments
Manohar Kulanthai vel
Give some examples for connection.
Manohar Kulanthai vel
In c# it is easy.but in java i don't know how to use
Manohar Kulanthai vel
DriverManager.getConnection("jdbc:odbc:TOY2","root","root");can i give different dsn path here.