...
The Sybase JDBC driver that is included in the SDK has to be downloaded to the Platform in order to connect to a Sybase IQ database from .
You must proceed as follows:
...
language | text |
---|---|
theme | Eclipse |
...
Follow these steps to set up the Sybase JDBC driver on the Platform:
- Set up a persistent file system.
- Go to the SAP Software Solutions web page for information about the SDK and included drivers: https://www.sap.com/index.html
...
Copy the downloaded jar file to the $MZ_HOME/persistent/3pp
...
folder
...
on
...
the
...
plaform-0
...
pod.
Info title Example - Copy the Sybase JDBC file into the directory Code Block theme Eclipse $ kubectl cp jconn4.jar platform-0:/opt/mz/persistent/3pp -n <namespace>
...
Restart the platform and EC pods.
Info title Example - Restart the platform and EC pods Code Block theme Eclipse $ kubectl delete pod platform-0 -n <namespace>
...
- Restart
...
- the
...
- Desktop.
Close Pooled Connections
The APL function closePooledConnections
enables you to close a pooled connection with the Sybase IQ server. This feature helps you eliminate invalid connections.
...