http://bndev.sourceforge.net
Remote Database Connection: Example
nString driver = “org.gjt.mm.mysql.Driver”;
nString url = “jdbc:mysql://localhost/mydb”;
nString login = “mylogon”, passwd = “opensesame”;
n// Copy and paste the connection code in the
n// previous slide
n
nFor ORACLE, the URL is slightly different
nurl = “jdbc:oracle:thin:@localhost:1521:mydb”;