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

Powerbuilder Documentation 11.5

Powerbuilder Documentation 11.5

Adding pbejbclient115.pbx to your application – PB Docs 115

Adding pbejbclient115.pbx to your application The simplest way to add the PBEJBClient classes to a PowerBuilder target is to import the object descriptions in the pbejbclient115.pbx PBX file into a library in the PowerBuilder System Tree The pbejbclient115.pbx and pbejbclient115.pbd files are installed in the Shared/PowerBuilder directory when you install PowerBuilder. When you create an…

OLE support in PowerBuilder – PB Docs 115

OLE support in PowerBuilder OLE, originally an acronym for Object Linking and Embedding, is a facility that allows Windows programs to share data and program functionality. PowerBuilder OLE controls are containers that can call upon OLE server applications to display and manipulate OLE objects. OLE control The OLE control in the Window painter allows you…

Building the objects you need – PB Docs 115

Building the objects you need To implement data piping in an application, you need to build a few different objects: A Pipeline object A supporting user object A window Building a Pipeline object You must build a Pipeline object to specify the data definition and access aspects of the pipeline that you want your application…

Accessing a database from an EAServer component – PB Docs 115

Accessing a database from an EAServer component Database connectivity You can access a database from an EAServer component. If you want to take advantage of EAServer’s support for connection pooling and transaction management, you need to use one of the database interfaces supported by EAServer to connect to your database. For more information about EAServer…

Invoking another server component’s methods – PB Docs 115

Invoking another server component’s methods EAServer allows the methods of one server component to call methods of another server component. The other server component does not need to be another PowerBuilder component; it can be implemented in any language supported by EAServer. Accessing a component in the current server To access methods of another EAServer…

Accessing the EAS Demo DB – PB Docs 115

Accessing the EAS Demo DB PowerBuilder includes a standalone SQL Anywhere® database called the EAS Demo DB. Unless you clear this option in the setup program, the database is installed automatically. You access tables in the EAS Demo DB when you use the PowerBuilder tutorial. A SQL Anywhere database is considered an ODBC data source,…

Basic software components for the DirectConnect interface – PB Docs 115

Basic software components for the DirectConnect interface Figure 11-1 shows the basic software components required to access a database using the DirectConnect interface and the DirectConnect middleware data access product. Figure 11-1: Components of a DirectConnect connection using DirectConnect middleware Figure 11-2 shows the basic software components required to access a database using the DirectConnect…

About the OLE DB interface – PB Docs 115

About the OLE DB interface You can access a wide variety of data through OLE DB data providers in PowerBuilder. This section describes what you need to know to use OLE DB connections to access your data in PowerBuilder. Supported OLE DB data providers For a complete list of the OLE DB data providers supplied…

About database connections – PB Docs 115

About database connections This section gives an overview of when database connections occur in PowerBuilder. It also explains why you should use database profiles to manage your database connections. When database connections occur Connections in PowerBuilder PowerBuilder connects to your database when you: Open a painter that accesses the database Compile or save a PowerBuilder…

Installing stored procedures in Adaptive Server databases – PB Docs 115

Installing stored procedures in Adaptive Server databases This section describes how to install PowerBuilder stored procedures in an Adaptive Server Enterprise database by running SQL scripts provided for this purpose. Sybase recommends that you run these scripts outside PowerBuilder before connecting to an Adaptive Server database for the first time through the Adaptive Server (ASE…