sqlserver driver

  • Thread starter I keep getting the java.lang.ClassNotFou
  • Start date
I

I keep getting the java.lang.ClassNotFou

I need help with the SQL Server driver for
JDBC...com.microsoft.jdbc.sqlserver.SQLServerDriver

1. I installed the driver for windows xp
2. set up a system environment variable named CLASSPATH
3. made the value ".;c:\Microsoft SQL Server 2000 Driver for
JDBC\lib\msbase.jar;c:\Microsoft SQL Server 2000 Driver for
JDBC\lib\msutil.jar;c:\Microsoft SQL Server 2000 Driver for JDBC "
when I attempt to register it...
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
I keep getting the java.lang.ClassNotFoundException...
 
J

Jerry

Dear vishalneo
Please provide more information on this error. Then we can help you
...hope you understand that

Regards
Jerry
 
V

vishalneo

1. I installed the driver for windows xp
2.edit the environment variable named CLASSPATH
3. made the value ".;c:\Program Files\Microsoft SQL Server 2000 Driver for
JDBC\lib\msbase.jar;c:\Program Files\Microsoft SQL Server 2000 Driver for
JDBC\lib\msutil.jar;c:\Program Files\Microsoft SQL Server 2000 Driver for
JDBC "
when I attempt to register it in my program( downloaded from the website
also)...
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
I keep getting the java.lang.ClassNotFoundException...
jdbc.sqlserver.SQLServerDriver...etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top