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 10.5 – Page 74 – PowerBuilder Library

Powerbuilder Documentation 10.5

Powerbuilder Documentation 10.5

Working with Transaction objects – PB Docs 105

Working with Transaction objects PowerBuilder uses a basic concept of database transaction processing called logical unit of work (LUW). LUW is synonymous with transaction. A transaction is a set of one or more SQL statements that forms an LUW. Within a transaction, all SQL statements must succeed or fail as one logical entity. There are…

SSL connections in PowerBuilder – PB Docs 105

SSL connections in PowerBuilder PowerBuilder provides two system objects for use with secure connections: SSLServiceProvider service object The SSLServiceProvider object is an implementation of the EAServer CtsSecurity::SSLServiceProvider interface. For more information about this interface, you can view the EAServer interface repository documentation in a Web browser by connecting to your server at http://hostname:portnumber/ir. You use…

Chapter 21 Building a Mail-Enabled Application – PB Docs 105

Chapter 21 Building a Mail-Enabled Application About this chapter This chapter describes how to use the messaging application program interface (MAPI) with PowerBuilder applications to send and receive electronic mail. Contents Topic About MAPI Using MAPI Document get from Powerbuilder help Thank you for watching.

Web targets – PB Docs 105

Web targets A Web target is a collection of files and components used to create a Web site. Web targets can deliver dynamic, interactive content by integrating database data, scripting for client- and server-side events, and calling methods on components stored on middle-tier servers.You can build standard HTML pages or complex Web pages that can…

Invoking the Web service method – PB Docs 105

Invoking the Web service method SoapConnection is used to create the Soap_proxy object with connection options that you set using SoapConnection object methods. Once a proxy object for a Web service is created, the client application can begin accessing the Web service. To invoke a Web service method, the proxy object must contain the following…

Building COM/COM+ components in the Project painter – PB Docs 105

Building COM/COM+ components in the Project painter You build PowerBuilder COM servers in the Project painter. If you did not create a project when you created the user object, you can use the COM/COM+ Project wizard to create one. You can also set up a project to build a COM component directly in the Project…