Solved

Accessing Previous Versions of a JDBC Driver Documentation

  • 31 July 2023
  • 2 replies
  • 36 views

Userlevel 1
Badge

how can I access previous versions of a NetSuite JDBC driver. In particular I want to view the exact schema, data model for NetSuite JDBC Driver version 22.0.8322.0

The latest/current version is 

JDBC Driver for NetSuite

Build 23.0.8565

https://cdn.cdata.com/help/DNJ/jdbc/

 

icon

Best answer by Ankit Singh 1 August 2023, 10:03

View original

2 replies

Userlevel 5
Badge +1

Hi @pmassieh,

You should have a local copy of the documentation in the installation directory of your JDBC driver under ~/CData JDBC Driver for NetSuite 2022/help/help.htm, which should be for your particular version and build of the driver you are using.

You can also take a look at the Help documentation for the last version of the V22 driver here: https://cdn.cdata.com/help/DNH/jdbc/.

Please let us know if this helps or if there is anything else we can help you with!

Userlevel 1
Badge

Thanks Ankit 

Yes I worked out that in order to view documentation for previous releases, you have find the 3 letters in the URL and decrement the last letter. In this case, it looks like to get the 22 docs, you have to go down 2 letters from J to H:
https://cdn.cdata.com/help/DNH/jdbc/

Thanks

Reply