daameter.blogg.se

Openedge jdbc
Openedge jdbc




openedge jdbc

JRE (Java Runtime Environment) or Java Development Kit (JDK) must be installed.Certified with with Progress OpenEdge 11.1, 11.2, and 11.This example illustrates how to connect to a Progress OpenEdge 11.6 database server through JDBC.Pool Monitor and manage statement pooling with standard JMX API calls.* You must set RegisterStatementPoolMonitorMBean to true to register the Statement Note that theĭriver no longer registers the Statement Pool Monitor as a JMX MBean by default. Added the RegisterStatementPoolMonitorMBean connection property.Java SE 7 and earlier will also end, including IBM SDK (Java Edition).* As a result, the drivers will no longer support JVMs that are version Java SE 7 or earlier. Java SE 7 has reached the end of its product life cycle and will no longer receive generally available security updates.Support for result set holdability has been added to the driver.This property can be used to avoid vulnerabilities associated with SSLv3 and SSLv2, including the POODLE vulnerability. The CryptoProtocolVersion connection property has been added to the driver.Method to quickly test your drivers in an environment that does not support GUIs.* JDBCISQL is a command-line interface that supports connecting your driver to a data source, executing SQL statements and retrieving results in a terminal. Interactive SQL for JDBC (JDBCISQL) is now installed with the product.SpyAttributes=(log=(file)Spy.log timestamp=no) Specifying the following at connection: For Spy logs, set If required, you can disable the timestamp logging by The driver has been enhanced to include timestamp in the Spy and JDBC packet.

openedge jdbc

Multiple statements simultaneously and the driver may not return expected results.* One or more statements mayīe cancelled if the method is called on a statement object that is Statement that is being executed by another thread.

openedge jdbc

This method can be used by a thread to cancel a If a SELECT statement is cancelledĭuring the first or a subsequent fetch operation, the driver returns a Statements with OpenEdge V12.4 and higher.

  • The driver has been enhanced to support the void cancel() method for SELECT.
  • Certified with Progress OpenEdge 11.4 and 11.5.
  • Certified with OpenJDK 8 on Windows and Linux*.
  • An asterisk (*) indicates support that was added in a hotfix or software patch subsequent to a release.įor a list a list of issues resolved since general availability, refer to the fixes.






    Openedge jdbc