Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Related topics – PB Docs 2022 – PowerBuilder Library

Related topics – PB Docs 2022

Related topics

CacheName (read more)

Besides mapping the transaction object with the cache through the
IDE or PowerServer, you can also map the transaction object with the
cache through the application scripts (using the DBParm CacheName
property, as shown below).

db-connect2.png

CacheGroup (read more)

You can also define multiple cache groups (each group contains one
or more caches) in PowerServer. With cache groups, one application can
support different database scenarios while no code change is
needed.

db_1.png

LogID and LogPass (read more)

You can also use the LogID and LogPass property values of the
Transaction object to log in to the database server (instead of using
user name and password in the cache). This makes the installable cloud
app to be able to connect to the database based on the user credentials
provided at runtime.

db-connect3.png

Applications.json

The Applications.json file is
generated under the compiled Web API > AppConfig folder (or in the solution >
UserExtensions project > AppConfig folder).

It contains the following settings of each deployed
application:

  • cache group(s) and cache(s) (read
    more
    )

  • mapping(s) of transaction and cache (read
    more
    )

  • timeout values for transaction, session, and request (read more)

  • run mode (0-normal mode, 1-test mode) (read
    more
    )

You can directly modify this file in the Web APIs and then restart
Web APIs for the changes to take effect.


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x