PowerServer supports the following database parameters only: CacheGroup, CacheName, DelimitIdentifier, DisableBind (static DW retrieve), TrimSpaces, TimeStamp (Oracle), BindSPInput (Oracle, SQLServer), ProcedureInTransaction, NCharBind (Oracle), and LongConnection.
The CacheName property is enhanced to specify the database connection cache used by the installable cloud app.
The CacheGroup property is added for specifying the cache group to be used by the installable cloud app.
The ProcedureInTransaction property is added for specifying whether to start the transaction when executing a stored procedure for the installable cloud app. The default value is 1 (Start the transaction).
The LongConnection property is added for the installable cloud app to have the same long running database connection as the PowerBuilder native C/S app. For more, refer to DB connection.
The other database parameters that are not listed here are not supported by PowerServer.