• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JDBC Driver for JDK 1.4

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Currently, I am using JDK 1.4 and Data Direct's sqlserver.jar as a JDBC driver and SQL server 2008 R2 Version
for my web application, but currently we are facing some exception which might be related to jdbc version,
Exception stack trace is like :


Also, sometimes SQL server maschine 16 CPU's spikes to 100% and stop responding in that case we need to just restart the maschine.

Can anybody tell me about this exception and the best JDBC driver which i can use for jdk 1.4 and from where i can download that?
 
Ranch Hand
Posts: 35
Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vishal,
Yes, you have to upgrade JDK 1.4 to JDK 1.5. The reason is explained here :-

http://msdn.microsoft.com/en-us/library/ms378422.aspx
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You shouldn't be using either Java 1.4 or Java 5 at this time. Run, don't walk, to upgrade to something a lot more recent.
 
vishal pradhan
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you guys for your immediate response.
Can any body confirm me about java.sql.SQLException: [DataDirect][SQLServer JDBC Driver]Unhandled token type: Unknown token: 0x50 exception, that it is due to old JDBC driver only?
reply
    Bookmark Topic Watch Topic
  • New Topic