Does PowerBuilder support Oracle s JDBC-compliant Thin driver and OCI driver via JDBC JDB/JDS/JDM?
We support both the Thin and the OCI drivers. The Thin driver is preferable because the OCI driver routes all JDBC calls through C/C++ to access the OCI API. However, both drivers should work. Q: When should I use the JDM interface and when should I use the JDS or JDB interface? A: When you are developing a DataWindow object to be used in a DataWindow Web control for Microsoft ActiveX in PowerBuilder 8.0, you can use the JDM or JDB version of the JDBC interface. For PowerBuilder 9.0 and 10, use the JDB interface. Q: Is there a tool that PowerBuilder provides to trace any database connection through the JDBC interface? A: Yes, the JDBC Driver Manager Trace tool is used to trace any database connection that you access in PowerBuilder through the JDBC interface. The trace tool is also available on all supported PowerBuilder platforms. The JDBC Driver Manager Trace logs errors and informational messages originating from the Driver object currently loaded (such as Sybase’s jConnect JDBC dri