...
Note | ||
---|---|---|
| ||
The Sybase IQ database type requires jConnect v16.0 and later. |
Supported Functions
The Sybase IQ database can be used with:
- Database Table Related Functions (APL)
- APL function sqlexec
- Database Collection/Forwarding Agents
- Event Notifications
- SQL Collection/Forwarding Agents
- SQL Loader Agent
- Task Workflows Agents (SQL)
Preparations
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:
- Go to the SAP Software Solutions web page for information about the SDK and included drivers:
https://www.sap.com/index.html.
- Place the downloaded jar file in the
$MZ_HOME/3pp directory
.
- Restart the Platform and EC/ECSAs.
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.
...
Returned Value | Description |
| The name of the database where the table is stored, ; is preceded by the folder name. |
...
Info | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
Performance Tuning
The default maximum number of connections on in an Execution Context is five. You can tune this number by setting the Execution Context property sybase.iq.pool.maxlimit
in the relevant <pico>.conf
file.
...
Note | ||
---|---|---|
| ||
When using the timeout property you must ensure that you set a limit that exceeds your longest-running query, otherwise, you might terminate a connection while it is executing a query. |
Scroll ignore | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||