Hello all.
I am trying to write a program and an applet that completes one of the tutorials on this sun site.
Could someone help me by giving me the Microsoft Sql version of the code below
String url = "jdbc:mySubprotocol:myDataSource";
Class.forName("myDriver.ClassName");
Thanks.