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

Powerbuilder Documentation 12.5 – Page 5 – PowerBuilder Library

Powerbuilder Documentation 12.5

Powerbuilder Documentation 12.5

Stopping ODBC Driver Manager Trace in a PowerBuilder application – PB Docs 125

Stopping ODBC Driver Manager Trace in a PowerBuilder application To stop ODBC Driver Manager Trace in a PowerBuilder application script, you must change the SQL_OPT_TRACE ConnectOption parameter to SQL_OPT_TRACE_OFF. You can do this by: Editing the value of the DBParm property of the Transaction object Reading the DBParm values from an external text file Editing…

AddData – PB Docs 125

AddData PowerScript function Adds a value to the end of a series of a graph. The syntax you use depends on the type of graph. To add data to Use Any graph type except scatter Syntax 1 Scatter graphs Syntax 2 Document get from Powerbuilder help Thank you for watching.

Sample Database Trace output – PB Docs 125

Sample Database Trace output This section gives an example of Database Trace output that you might see in the log file and briefly explains each portion of the output. The example traces a connection with Sum Timing enabled. The output was generated while running a PowerBuilder application that displays information about authors in a publications…

Activate – PB Docs 125

Activate PowerScript function Description Activates the object in an OLE container, allowing the user to work with the object using the server’s commands. Controls OLE controls and OLE DWObjects (objects within a DataWindow object that is within a DataWindow control) Syntax

Argument Description objectref The name of the OLE control or the fully qualified…

Column-level encryption – PB Docs 125

Column-level encryption In IDS 10.0 and later, the SQL statement SET ENCRYPTION PASSWORD can improve the confidentiality of data and support data integrity by defining or resetting a password for encryption and decryption of data at the column level. You can set the EncryptionPass and Hint static DbParameters on the System tab page in the…

ColumnClick – PB Docs 125

ColumnClick event Description Occurs when the user clicks a column header. Event ID Event ID Objects pbm_lvncolumnclick ListView Parameters Argument Description column The index of the clicked column Return Values Long. Return code choices (specify in a RETURN statement): 0 Continue processing Usage The ColumnClicked event is only available when the ListView displays in report view…

Components of an ODBC connection – PB Docs 125

Components of an ODBC connection How an ODBC connection is made When you access an ODBC data source in PowerBuilder, your connection goes through several layers before reaching the data source. It is important to understand that each layer represents a separate component of the connection, and that each component might come from a different…

DataChange – PB Docs 125

DataChange event Description Occurs when the server application notifies the control that data has changed. Event ID Event ID Objects pbm_omndatachange OLE Parameters None Return Values Long. Return code: Ignored See Also PropertyRequestEdit PropertyChanged Rename ViewChange Document get from Powerbuilder help Thank you for watching.

Datatype conversion – PB Docs 125

Datatype conversion When you retrieve or update columns, in general PowerBuilder converts data appropriately between the Oracle datatype and the PowerScript datatype. Keep in mind, however, that similarly or identically named Oracle and PowerScript datatypes do not necessarily have the same definitions. For information about the definitions of PowerScript datatypes, see the PowerScript Reference. Number…

White space – PB Docs 125

White space Description Blanks, tabs, form feeds, and comments are forms of white space. The compiler treats white space as a delimiter and does not consider the number of white space characters. Usage White space in string literals The number of white space characters is preserved when they are part of a string literal (enclosed…