|
I am using MYSql as a DBMS and the MYSql conector J as a driver... do any of you know what to put for the url ...
as in Connection conn = DriverManager.getConnection(" ");
the documentation wasnt much help...
and do i need a webserver to run JDBC code ?
|