• 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

db2java.zip

 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i am having db2 v7 and i am using the App driver provided by it. i hava a problem in my app and i suspect the driver to be the cause of it. where can i get the latest version of db2java.zip that supports jdbc 2.0 spec
 
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i suspect that u already have the required level of jdbc on u machine.
In the directory u have db2java.zip, there would be a file by the name of usejdbc2.bat (or something similar).. just run this batch file. U will then have the JDBC2.0 compliant version of db2java.zip
 
Karthikeyan Rajendraprasad
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Nagendra Prasad:
i suspect that u already have the required level of jdbc on u machine.
In the directory u have db2java.zip, there would be a file by the name of usejdbc2.bat (or something similar).. just run this batch file. U will then have the JDBC2.0 compliant version of db2java.zip


we have already done that. the actual problem is like this. we have application that loads data from an UNL file into the db2 database. the process is like we load using prepared statement and batch update option. the file we load has 3 lakh records. the problem occurs exactly at the 1,68,560 record. we load as a bach of 10 records. when we use update and load record by record i am able to load all the 3lakh records successfully. we thought there might be an issue with the driver because the same problem occured in the same place in 2 other db2 servers. so we thought we can get the latest version of the driver and test it.
thanks and regards
Karthikeyan
 
Nagendra Prasad
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think u have cross-posted this across diff forums... I have posted a reply to your problem on the other one.
If possible, please avoid cross-posting.
 
reply
    Bookmark Topic Watch Topic
  • New Topic