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 > Bug in JDBC Driver or not ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-28-05, 08:39
zarierb zarierb is offline
Registered User
 
Join Date: Jun 2004
Posts: 26
Question Bug in JDBC Driver or not ?


I'm inserting data of datatype DECIMAL.
To give a brief explanation when capturing the data from my app if the last value I capture is an INTEGER then it changes all my previously captured values to INTEGER.
Note: This only happens if I specify my last captured value as an INTEGER. If I specify any other value as Integer as long as the last one is Decimal then it keeps the format of my data as I have captured it.

I am assuming that it is a bug in the JDBC driver
Has anyone else come across a problem like this.
If something is unclear in my explanation pls let me know.

Thnx
Reply With Quote
  #2 (permalink)  
Old 09-28-05, 09:32
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
It is always safe to assume that the bug is in somebody else's code, especially when you don't want to waste your time explaining the problem properly.
Reply With Quote
  #3 (permalink)  
Old 09-29-05, 09:53
zarierb zarierb is offline
Registered User
 
Join Date: Jun 2004
Posts: 26
Just to clarify

I've debugged my app and traced the flow of the data, it is passed correctly from the app to the JDBC driver but the problem occurs between JDBC Driver and DB2. Hence justifying my question whether there is a bug in the JDBC driver.

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