Description
Allows PowerBuilder to specify the name of the database connection cache used by PowerServer (2021, 2022, or later).
Applies to
ASE (ODBC)
MySQL
Oracle
PostgreSQL
SQL Server
SQL Anywhere (ODBC)
Syntax
CacheName='value'
Default value
None
Usage
You can dynamically map transaction object to the connection cache through this parameter.
You can also statically map the transaction object with the cache in the PowerServer project painter or in the PowerServer solution (see Configure the database connection for details).
The dynamic mapping has priority over the static mapping.
Examples
SQLCA.DBParm="CacheName='mydbcache'"