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 > Informix > informix jdbc driver version

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-28-02, 06:42
signups_madhav signups_madhav is offline
Registered User
 
Join Date: Nov 2002
Posts: 1
informix jdbc driver version

Hi,

Don't be surprised by this question.. I'm new to this news group.. I have a question,

I am accessing remote informix database, using local informix jdbc driver for my java application.

I want to know, which driver version is best to use. Right now the version details are as follows..

informix db version 7.3.1 uc4
informix jdbc driver version 1.50.jc1

my guess is that, the jdbc version is old. Please give me information about the best driver for this db version.

The whole problem started with java.sql.ResultSet, traversing through result set by rs.next() and reading the data by rs.getString() is slow. I don't know what is the standartd time.. but for me to traverse 8000 rows x 12 colums, it is taking 25 seconds, which I don't like.

I thought I could use proper driver to fix this.

Please pass your advice/suggestions.

thank you
Madhav
Reply With Quote
  #2 (permalink)  
Old 11-28-02, 11:04
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
I would suggest u use the latest JDBC driver, which support the java2 syntax: 2.21.JCx
Your version of th ejdbc driver supports the Java 1 syntax.
You can find the latest JDBC driver in the Client SDK.
http://www.informix.com/evaluate

If you are experiencing problems with your engine, the latest version of the 7 engine is 7.31.UD4
__________________
rws
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