If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Please help - DB2 Application related Questions

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-08-10, 01:02
Hello1 Hello1 is offline
Registered User
 
Join Date: Nov 2008
Posts: 16
Please help - DB2 Application related Questions

Hello,

Can you please help me in how to find out answers of the folowing questions for our application. The application is J2ee/Java based -

1.Is application using db2 built-in routines?
2.Is application using any db2 API.
3.Does application make any reference to db2 system catalog?
4.Is application using any db2 cli commands?
5.Is any user defined db2 function, db2 procedure or db2 routine part of application to be migrated?
6.What is the jdbc driver version we are using at present. Are we using any other application driver?
7.Is application using any external java routine?
8.Are we using any other db2 feature or component?

9.Also let me know if the following impacts the application:

The DB2 JDBC type 3 driver is not supported in DB2 Version 9. Application that use this driver should be modified to use the IBM DB2 Driver for JDBC and SQLJ with type 4 connections instead.
Following is the behavioral differences between the IBM DB2 Driver for JDBC and SQLJ Version 3.0 or later and previous releases of this driver.
Default LOB data retrieval method has changed (Are we using this data type)
Starting with IBM DB2 Driver for JDBC and SQLJ Version 3.0, application data types are converted to column data types when column data type information is available by default. You can now choose to disable this conversion.
Using the JDBC 1.0 method to update or delete data: Starting with IBM DB2 Driver for JDBC and SQLJ Version 3.1, if you use the JDBC 1.0 method to update or delete data on a database server that supports multiple-row FETCH, the positioned UPDATE or DELETE statement might update or delete multiple rows, when you expect it to update or delete a single row.



Thanks for your help.
Reply With Quote
  #2 (permalink)  
Old 01-08-10, 08:50
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
1) search you source code for built-in routines
2) maybe, search your source code
3) search your soruce code (syscat)
4) Search your source code
5) only you can answer this one
6) look at the connection command and the driver name
7) Only you can answer this one
8) Only you can answer this one also
9) I do not know

Andy
Reply With Quote
  #3 (permalink)  
Old 01-11-10, 00:52
Hello1 Hello1 is offline
Registered User
 
Join Date: Nov 2008
Posts: 16
Thanks Andy.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On