skip to main content
Welcome to the Progress DataDirect for JDBC for Apache Spark SQL Driver : Version String Information
  

Try DataDirect Drivers Now

Version String Information

The DatabaseMetaData.getDriverVersion() method returns a Driver Version string in the format:
M.m.s.bbbbbb(FYYYYYY.UZZZZZZ)
where:
M is the major version number.
m is the minor version number.
s is the service pack number.
bbbbbb is the driver build number.
YYYYYY is the framework build number.
ZZZZZZ is the utl build number.
For example:
6.0.0.000002(F000001.U000002)
      |____| |_____| |_____|
      Driver  Frame    Utl