|
Home > Archive > SQL Server JDBC > December 2005 > RE: JDBC driver for SQL Server 2000 and Java 5?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
RE: JDBC driver for SQL Server 2000 and Java 5?
|
|
| vishalneo 2005-12-13, 3:23 am |
| hi,
just to tell you that when i download and install the jdbc driver for sql
server 2000 service pack 3, i add the jar files to my classpath ; still i get
java.lang. ClassNotFoundExcepti
on: com.microsoft.jdbc.sqlserver.SQLServerDriver
i use the program that's provided on the website.
thanks
| |
| David Thielen 2005-12-13, 8:23 pm |
| You do not have all 3 in your classpath. If you are running under an
application server note that they ignore the classpath and you need to
put them in the common/lib directory of the app server.
thanks - dave
On Mon, 12 Dec 2005 23:00:02 -0800, vishalneo
< vishalneo@discussion
s.microsoft.com> wrote:
>hi,
>just to tell you that when i download and install the jdbc driver for sql
>server 2000 service pack 3, i add the jar files to my classpath ; still i get
>java.lang. ClassNotFoundExcepti
on: com.microsoft.jdbc.sqlserver.SQLServerDriver
>
>i use the program that's provided on the website.
>
>thanks
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
|
|
|
|
|