0

Sybase Ase 15.7 comes with JConnect 7 Sybase Ase 12.5 comes with JConnect 5.

Is JConnect 7 backwards compatible with ASE 12.5?

Or should I run JConnect 5?

Eric Brown - Cal
  • 14,135
  • 12
  • 58
  • 97
  • More importantly why are you running ASE12.5 which was end of life in 2012? Normally for higher versions of JConnect you would to run internal stored procs which JDBC requires for metadata and potentially if these contain longer datatypes which were added with 15.0 you may find these don't work in ASE12.5 so the quick answer is unfortunately you'd have to try it. – Rich Campbell Jun 19 '19 at 07:16
  • Because OEM Lied to us hard when upgrading to 15... – Eric Brown - Cal Jun 20 '19 at 14:03
  • Yeah the 12.5 to 15 jump is a big step in terms of query plan changes. – Rich Campbell Jun 21 '19 at 08:52

1 Answers1

1

Well from their documentation here and here. I would say that it should work.

Augustas
  • 1,167
  • 21
  • 31