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

Powerbuilder Documentation 2018

Powerbuilder Documentation 2018

Support for long object names – PB Docs 2018

Support for long object names The I10 interface supports Informix long object names with up to 128 characters. Document get from Powerbuilder help Thank you for watching.

Unsupported SQL Server 2008 features – PB Docs 2018

Unsupported SQL Server 2008 features The PowerBuilder SNC interface does not support the User-Defined Table Type (a user-defined type that represents the definition of a table structure) that was introduced in SQL Server 2008. Document get from Powerbuilder help Thank you for watching.

Setting preferences in the Database Preferences dialog box – PB Docs 2018

Setting preferences in the Database Preferences dialog box To set the following connection-related database preferences, complete the Database Preferences dialog box in the PowerBuilder Database painter: Shared Database Profiles Connect to Default Profile Read Only Keep Connection Open Use Extended Attributes SQL Terminator Character Other database preferences The Database Preferences dialog box also lets you…

Using Embedded SQL with ADO.NET – PB Docs 2018

Using Embedded SQL with ADO.NET Contents ADO.NET DECLARE and EXECUTE When you use the ADO.NET interface to connect to a database, you can use embedded SQL in your scripts. Document get from Powerbuilder help Thank you for watching.

Viewing the ODBC Driver Manager Trace log – PB Docs 2018

Viewing the ODBC Driver Manager Trace log You can display the contents of the ODBC Driver Manager Trace log file anytime during a PowerBuilder session. Location of SQL.LOG For information about where to find the default SQL.LOG file, see About ODBC Driver Manager Trace. To view the contents of the log file: Open SQL.LOG or the log…

Using the .NET Web service engine – PB Docs 2018

Using the .NET Web service engine Generating a .NET assembly The .NET Web service engine supports the latest Web service standards. To use this engine, you must have the wsdl.exe Web service tool on the development machine. This tool is required to parse WSDL files and generate C# code for a .NET assembly. The wsdl.exe file installs…

About the Translation Toolkit – PB Docs 2018

About the Translation Toolkit The Translation Toolkit is a set of tools designed to help you translate PowerBuilder applications into other languages. It includes a standalone translator tool that is used by the person or group translating the text of the application. When you use the Toolkit to create a project, a copy of each…

Installation checklist – PB Docs 2018

Installation checklist You can use the following checklist to make sure you install everything that is needed. For easy reading, the checklist is divided into: Installing environmental pieces Installing application pieces Installing environmental pieces Checklist item Details Install the PowerBuilder runtime DLLs. You should install all of these DLL files (which contain the PowerBuilder execution…

Errors in property and data expressions and the Error event – PB Docs 2018

Errors in property and data expressions and the Error event A DataWindow control’s Error event is triggered whenever an error occurs in a data or property expression at execution time. These expressions that refer to data and properties of a DataWindow object might be valid under some execution-time conditions but not others. The Error event…

Presentation styles and data sources – PB Docs 2018

Presentation styles and data sources When you define a DataWindow object, you choose a presentation style and a data source. Presentation styles A presentation style defines a typical style of report and handles how rows are grouped on the page. You can customize the way the data is displayed in each presentation style. The presentation…