Hi,
I have tested jconn2 and jconn3 on same application which is connected to sybase ase15.03 server . But I encountered the really big performance differences between these two api. For example I have run a simple select query on a big table (which contains 7051328 rows 20 cols). JCONN2 returns the resultset in 5.3sec but jconn3 returns the resultset for same query in 11.6sec.(I tested more complex queries too and still have differences. ) So, actually I couldn't find any clear explanation about this differences. Could anyone explain this?
Note: I tested both jonn2 and jconn3 on same application and same sybase server.
Thanks and regards.