Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

how to access cross partition data from a stand alone java pgm

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how to access cross partition data from a stand alone java pgm

    Hi, I have a Java program which gets the data from on partition and updates into another partition. It works in WDSC environment as java project. I put this java program in IFS directory and created a java Stored procedure. If I call this stored procedure,which uses the driver( "com.ibm.db2.jdbc.app.DB2Driver"), it throws the following error message: java.sql.SQLException: No suitable driver. If I use the default driver("jdbc:default:connection"), it works fine, but I don't know how can connect to different partition using difault connection. Any help is appreciated
Working...
X