If you are developing a PocketBuilder 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 PowerScript 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