Setting database parameters in a PowerBuilder application
script
Contents
If you are developing an application that connects to a database,
you must specify the required connection parameters in the appropriate
script as properties of the default Transaction object (SQLCA) or a
Transaction object that you create. For example, you might specify
connection parameters in the script that opens the application.
One of the connection parameters you might want to specify in a
script is DBParm. You can do this by:
-
(Recommended) Copying DBParm syntax from the Preview tab in
the Database Profile Setup dialog box into your script -
Coding PowerScript to set values for the DBParm property of
the Transaction object -
Reading DBParm values from an external text file
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest