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

PB Docs 2021 – Page 2 – PowerBuilder Library

PB Docs 2021

AddData – PB Docs 2021

AddData PowerScript function Contents Syntax 1: For all graph types except scatter Syntax 2: For scatter graphs 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…

ADO.NET database interface – PB Docs 2021

ADO.NET database interface The PowerBuilder ADO.NET interface supports the OLE DB, Microsoft SQL Server .NET, Oracle ODP.NET, and SAP ASE data providers. If you use ADO.NET, you must deploy pbado.dll, pbrth.dll, sybase.PowerBuilder.Db.dll, sybase.PowerBuilder.DbExt.dll, and, for OLE DB, the OLE DB data provider. Name Description pbado.dll pbrth.dll sybase.PowerBuilder.Db.dll sybase.PowerBuilder.DbExt.dll OLE DB data provider (for OLE DB)…

AddItemTime – PB Docs 2021

AddItemTime PowerScript function Description Adds a child item of JsonStringItem type in the JSON generator object. Applies to JSONGenerator objects Syntax

Argument Description objectname The name of the JSONGenerator object in which you want to add an item ParentItemHandle A long whose value is the handle of the parent item of JsonArrayItem or JsonObjectItem…

ADOResultSet object – PB Docs 2021

ADOResultSet object The ADOResultSet object provides the ability to use ActiveX Data Object (ADO) record sets to return a result set to a client and to manipulate ADO Recordsets in PowerBuilder. Properties ADOResultSet property Datatype Description ClassDefinition PowerObject An object of type PowerObject containing information about the class definition of the object or control Events…

AddItemString – PB Docs 2021

AddItemString PowerScript function Description Adds a child item of JsonStringItem type in the JSON generator object. Applies to JSONGenerator objects Syntax

Argument Description objectname The name of the JSONGenerator object in which you want to add an item ParentItemHandle A long whose value is the handle of the parent item of JsonArrayItem or JsonObjectItem…

AscA – PB Docs 2021

AscA PowerScript function Description Converts the first character of a string to its ASCII integer value. Syntax

Argument Description string The string for which you want the ASCII value of the first character Return value Integer. Returns the ASCII value of the first character in string. If string is null, AscA returns null. Usage…

Arrange – PB Docs 2021

Arrange PowerScript function Description Arranges the icons in rows. Applies to ListView controls Syntax

Argument Description listviewname The name of the ListView control in which you want to arrange icons Return value Integer. Returns 1 if it succeeds and -1 if an error occurs. Usage Can only be used with large icon and small…

AddColumn – PB Docs 2021

AddColumn PowerScript function Description Adds a column with a specified label, alignment, and width. Applies to ListView controls Syntax

Argument Description listviewname The name of the ListView control to which you want to add a column. label A string whose value is the name of the column you are adding. alignment A value of…

AddItemObject – PB Docs 2021

AddItemObject PowerScript function Description Adds a child item of JsonObjectItem type in the JSON generator object. Applies to JSONGenerator objects Syntax

Argument Description objectname The name of the JSONGenerator object in which you want to add an item ParentItemHandle A long whose value is the handle of the parent item of JsonArrayItem or JsonObjectItem…

ADORelease – PB Docs 2021

ADORelease database parameter Description Specifies the version of the ADO.NET data provider that is in use on the client workstation. When to specify ADORelease You must specify a value for ADORelease before connecting to the database. Applies to ADO.NET Syntax

Parameter Description value Specifies the version of an ADO.NET data provider your application uses….