Re: java.lang.NoClassDefFoundError: com/microsoft/jdbc/base/BaseDriver



Sam Benson wrote:
Trying to connect to an SQL Server 2000 database using MS SQL JDBC (the MS implementation).

I think you'll find jTDS (http://jtds.sourceforge.net) will work faster and have fewer issues, plus it fully supports JDBC 3.0, which the Microsoft (IIRC) one doesn't.
.




Relevant Pages

  • Re: java.lang.NoClassDefFoundError: com/microsoft/jdbc/base/BaseDriver
    ... I think you'll find jTDS will work faster and have fewer issues, plus it fully supports JDBC 3.0, which the Microsoft one doesn't. ... it was worth it just for the convenience of being able to get generated keys via the standard JDBC 3.0 interface instead of building custom SQL for Microsoft's SQL Server. ...
    (comp.lang.java.help)
  • Re: java.lang.NoClassDefFoundError: com/microsoft/jdbc/base/BaseDriver
    ... Alan Krueger wrote: ... I think you'll find jTDS will work faster and have fewer issues, plus it fully supports JDBC 3.0, which the Microsoft one doesn't. ...
    (comp.lang.java.help)
  • Re: MS SQL Server 2005 JDBC Driver Performance Issue
    ... If you are porting an application particularly one as hard on performance (calls many stored procs per page using JDBC) as ours the performance the application receives from the JDBC Driver and RDBMS combination is very important! ... did you try out different connection settings? ... There are actually settings of the JDBC driver (I know for jTDS but I believe this is true for MS as well) that affect performance. ...
    (microsoft.public.sqlserver.jdbcdriver)
  • Re: Error while getting Result Set Data from SQL 2000
    ... I am now switching to jTDS. ... I am using jtds for SQL 7.0 it never gives ... me problem and at the client site, ... I will post follow up if changing the jdbc solves my errors. ...
    (comp.lang.java.programmer)
  • Re: how connect to MS-SQL directly without ODBC?
    ... I guess JDBC will do what you want. ... For MS-SQL you might check out jTDS ... stable, even for productive systems, by now. ...
    (comp.lang.java.programmer)