'What is the difference between jconn4.jar and jconn42.jar?
Basically in the installation SDK of Sybase 16 we have jconn4.jar and jconn42.jar. What is the difference between jconn4.jar and jconn42.jar?
Solution 1:[1]
jconn42 is newer and supports TLS. jconn4 does not support TLS. There may be other small differences as well, but that is the big one I’m aware of.
Oh, the package names are also different: replace .jdbc4. with .jdbc42.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | splashout |