Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to connect to MS SQL 2000 using Netbeans

843859Jun 16 2008 — edited Nov 20 2014
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2008
Added on Jun 16 2008
1 comment
124 views