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 11.0 – Page 2 – PowerBuilder Library

Powerbuilder Documentation 11.0

Powerbuilder Documentation 11.0

Deploying a PowerBuilder COM server – PB Docs 110

Deploying a PowerBuilder COM server Once you have generated a PowerBuilder COM server, you can use COM-enabled client applications to create the PowerBuilder COM objects and access their methods. You can use the server with any COM-enabled application or deploy it as a package to COM+. Using a PowerBuilder COM server with a COM-enabled application…

Using the UDDI Inquiry API – PB Docs 110

Using the UDDI Inquiry API The UDDIProxy PowerBuilder extension class enables you to search UDDI registries for a Web service that you want to access. For a description of this extension class and its methods, see the PowerBuilder Extension Reference or the online Help. Example code The following is example code using all the methods…

PowerBuilder window plug-in – PB Docs 110

PowerBuilder window plug-in The PowerBuilder window plug-in runs a PowerBuilder application that displays a PowerBuilder window in an HTML page on a client workstation. It works with any browser that supports Netscape plug-ins, including Netscape Navigator (Microsoft Internet Explorer 5.5 Service Pack 2 and later versions do not support Netscape plug-ins). A secure version of…

More about user objects and the registry – PB Docs 110

More about user objects and the registry The registry stores information required by a program for it to access a registered object. The information is stored in the registration database. To update the registry, the Registry Editor reads registry update files (REG) and inserts the information in the database. What are all the identifiers for?…

About DDE – PB Docs 110

About DDE Dynamic Data Exchange (DDE) makes it possible for two Windows applications to communicate with each other by sending and receiving commands and data. Using DDE, the applications can share data, execute commands remotely, and check error conditions. PowerBuilder supports DDE by providing PowerScript events and functions that enable a PowerBuilder application to send…

GenerateTypeLib function – PB Docs 110

GenerateTypeLib function Description Creates a file with type library information for a PowerBuilder object you are deploying as an automation server. Controls PowerBuilder.Application (automation server) Syntax

Argument Description automationobject When PowerBuilder is the OLE client, the name of the OLEObject instantiated with the PowerBuilder.Application automation server. For other clients, use syntax appropriate for calling…

Terminology review – PB Docs 110

Terminology review Classes, properties, and methods In object-oriented programming, you create reusable classes to perform application processing. These classes include properties and methods that define the class’s behavior. To perform application processing, you create instances of these classes. PowerBuilder implements these concepts as follows: Classes PowerBuilder objects (such as windows, menus, window controls, and user…

Using Oracle user-defined types – PB Docs 110

Using Oracle user-defined types PowerBuilder supports SQL CREATE TYPE and CREATE TABLE statements for Oracle user-defined types (objects) in the ISQL view of the Database painter. It correctly handles SQL SELECT, INSERT, UPDATE, and DELETE statements for user-defined types in the Database and DataWindow painters. This means that using the Oracle native database interfaces in…

Supported versions for the DirectConnect interface – PB Docs 110

Supported versions for the DirectConnect interface The DirectConnect interface uses a DLL named PBDIR110.DLL to access a database through either DirectConnect or Open ServerConnect. Required DirectConnect versions To access a DB2/MVS database through the access service, it is strongly recommended that you use DirectConnect for MVS access service version 11.1.1p4 or later. To access a…

What to do next – PB Docs 110

What to do next For instructions on preparing to use and then defining an ODBC data source, see Chapter 2, “Using the ODBC Interface.” For instructions on preparing to use and then defining a JDBC database interface, see Chapter 3, “Using the JDBC Interface.” For instructions on preparing to use and then defining an OLE…