Reputation: 1
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?
Upvotes: 0
Views: 1212
Reputation: 544
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.
Upvotes: 1