CacheName
Description
Allows PowerBuilder to specify the name of the database connection
cache used by PowerServer 2021 (or later).
Obsolete usage
This database parameter also applies when a PowerBuilder custom
class user object is deployed as an EAServer component. However,
EAServer is no longer supported since PowerBuilder 2017.
Applies to
ASE (ODBC)
JDBC
MySQL
Oracle
PostgreSQL
SQL Server
SQL Anywhere (ODBC)
Syntax
|
1 |
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
|
1 |
SQLCA.DBParm="CacheName='mydbcache'" |