Hi
Using Web Sphere 3.5 and JDBC classes
I found com.ibm.db.
What is the benefits(performance) using this package than using java.sql package
What is about using this package and Portability of the project
Thanks you.
-
web sphere specific code (1 messages)
- Posted by: Abdelhamid Ghareeb
- Posted on: May 03 2001 17:17 EDT
Threaded Messages (1)
- web sphere specific code by Billy Newport on May 04 2001 00:06 EDT
-
web sphere specific code[ Go to top ]
- Posted by: Billy Newport
- Posted on: May 04 2001 00:06 EDT
- in response to Abdelhamid Ghareeb
You need to be more specific. What do you want to use from those packages.
Normally, everything you need is in the javax.sql stuff. There is old WAS V2.x connection pool in those packages you mention but you don't need them anymore with V3.x.