Hi
I just installed DB2 Personal Edition V8 on a WinXP system
Where do I get and how do I install the JDBC driver for DB2
i read somewhere (but forgot the page) that DB2 comes with JDBC drivers. Just dont know how to install it and use it.
Also can someone tell me how to make a connection?
i found this on the java.sun.com website
Connection con = DriverManager.getConnection(url,
"myLogin", "myPassword");
String url = "jdbc

dbc:Fred";
I get what the myLogin and myPasswords
but whats in the URL?
My database is a local install
The name of the instance the setup program made is "DB2"
the database in there i want to connect to is called "mytest"
Any help would be great