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 15.0 – PowerBuilder Library

Powerbuilder Documentation 15.0

Powerbuilder Documentation 15.0

Numeric datatypes in PowerBuilder – PB Docs 150

Numeric datatypes in PowerBuilder General information All numeric datatypes are compatible with each other. What PowerBuilder does PowerBuilder converts datatypes as needed to perform calculations and make assignments. When PowerBuilder evaluates a numeric expression, it converts the datatypes of operands to datatypes of higher precedence according to the operators and the datatypes of other values…

ODBC Database stored procedures – PB Docs 150

ODBC Database stored procedures Retrieval and update You can use database stored procedures for: Retrieval only Update only Retrieval and update Your DBMS Not all DBMSs support these retrieval and update options. Using stored procedures When you use database stored procedures in a PowerBuilder application, keep the following points in mind: Manipulating stored procedures PowerBuilder…

GetHostObject – PB Docs 150

GetHostObject PowerScript function Description Provides a reference to the context’s host object. Host object support Currently, host object support is implemented only in the window ActiveX when running under Internet Explorer. In this situation GetHostObject returns a reference to the IWebBrowserApp ActiveX automation server object. Controls ContextInformation objects Syntax

Argument Description servicereference Reference to…

Sybase Adaptive Server Enterprise Using CONNECT, COMMIT, DISCONNECT, and ROLLBACK – PB Docs 150

Sybase Adaptive Server Enterprise Using CONNECT, COMMIT, DISCONNECT, and ROLLBACK The following table lists each transaction management statement and describes how it works when you use the Sybase Adaptive Server Enterprise interface to connect to a database: Statement Description CONNECT Establishes the database connection. After you assign values to the required properties of the transaction…

Init – PB Docs 150

Init PowerScript function Sets ORB property values or initializes an instance of the CORBACurrent service object. To Use Set ORB property values for client connections to EAServer using the JaguarORB object Syntax 1 Initialize an instance of the CORBACurrent service object for client- or component-managed transactions Syntax 2 Document get from Powerbuilder help Thank you…

OLE DB SELECT – PB Docs 150

OLE DB SELECT The SELECT statement contains input and output variables. Input variables are passed to the database as part of the execution, and the substitution is as described for DELETE, INSERT, and UPDATE. Output variables return values based on the result of the SELECT statement. Example 1 Assume you enter the following statement:

Operator precedence in PowerBuilder expressions – PB Docs 150

Operator precedence in PowerBuilder expressions Order of precedence To ensure predictable results, all operators in a PowerBuilder expression are evaluated in a specific order of precedence. When the operators have the same precedence, PowerBuilder evaluates them left to right. These are the operators in descending order of precedence: Table 4-4: Order of precedence of operators…

ODBC Using database stored procedures in DataWindow objects – PB Docs 150

ODBC Using database stored procedures in DataWindow objects You can use database stored procedures as a data source for DataWindow objects. The following rules apply: Result set definition You must define what the result set looks like in the DataWindow painter. PowerBuilder cannot determine this information from the stored procedure definition in the database. Stored…

GetSelectedRange – PB Docs 150

GetSelectedRange PowerScript function Description Retrieves the range of selected dates. Controls MonthCalendar control Syntax

Argument Description controlname The name of the MonthCalendar control for which you want to determine the range of selected dates start A date value returned by reference that indicates the earliest date selected when a range of dates has been…

ODBC Using CONNECT, DISCONNECT, COMMIT, and ROLLBACK – PB Docs 150

ODBC Using CONNECT, DISCONNECT, COMMIT, and ROLLBACK The following table lists each transaction management statement and describes how it works when you use the ODBC interface to connect to a database: Statement Description CONNECT Establishes the database connection. After you assign values to the required properties of the transaction object, you can execute a CONNECT….