java_karma
java_karma

Reputation: 1

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?

Upvotes: 0

Views: 1212

Answers (1)

splashout
splashout

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

Related Questions