Using the Preview tab to connect in a PowerBuilder application – PB Docs 2017
Using the Preview tab to connect in a PowerBuilder application The Preview tab page in the Database Profile Setup dialog box makes it easy to generate accurate PowerScript connection syntax in the development environment for use in your PowerBuilder application script. As you complete the Database Profile Setup dialog box, the correct PowerScript connection syntax…
Referencing parts of a graph – PB Docs 2017
Referencing parts of a graph You use dot notation to reference these display properties. For example, one of the properties of a graph’s title is whether the text is italicized or not. That information is stored in the boolean Italic property in the TitleDispAttr property of the graph. For example, to italicize title of graph…
Using the JDBC Interface – PB Docs 2017
Using the JDBC Interface Contents About the JDBC interface Preparing to use the JDBC interface Defining the JDBC interface About this chapter This chapter describes the JDBC interface and explains how to prepare to use this interface and how to define the JDBC database profile. For more information For more detailed information about JDBC, go…
What to do next – PB Docs 2017
What to do next For instructions on preparing to use and then defining an ODBC data source, see Using the ODBC Interface. For instructions on preparing to use and then defining a JDBC database interface, see Using the JDBC Interface. For instructions on preparing to use and then defining an OLE DB data provider, see…
Troubleshooting Your Connection – PB Docs 2017
Troubleshooting Your Connection Contents Overview of troubleshooting tools Using the Database Trace tool Using the SQL statement trace utility Using the ODBC Driver Manager Trace tool Using the JDBC Driver Manager Trace tool About this chapter This chapter describes how to troubleshoot your database connection in PowerBuilder by using the following tools: Database Trace SQL Statement…
Properties – PB Docs 2017
Properties database parameter Description Sets properties specific to the particular JDBC driver you are using to connect to the database. Applies to JDB JDBC Syntax
|
1 |
Properties='property_value' |
Default value None Usage The Driver-Specific Properties box allows you to set properties specific to a particular driver. For information about the properties supported by your JDBC driver, see…
Using database profiles – PB Docs 2017
Using database profiles What is a database profile? A database profile is a named set of parameters stored in the registry that defines a connection to a particular database in the PowerBuilder development environment. Why use database profiles? Creating and using database profiles is the easiest way to manage your database connections in PowerBuilder because you can:…
Log – PB Docs 2017
Log database parameter Description Specifies whether the database server should log updates of text and image data in the transaction log. By default, the database server logs updates of text and image data in the transaction log. Applies to ASE and SYCÂ SAP Adaptive Server Enterprise Syntax
|
1 |
Log=value |
Parameter Description value A value that specifies whether…
Release – PB Docs 2017
Release database parameter Description Specifies what version of SAP Sybase Open Client Client-Library (CT-Lib) software is in use on the client workstation. When to specify Release You must specify a value for Release before connecting to the database. Applies to ASE, SYC SAP Adaptive Server Enterprise Syntax
|
1 |
Release='value' |
Parameter Description value Specifies the version of…
Timeout – PB Docs 2017
Timeout database parameter Description Specifies the number of seconds the interface should wait for a connection to the data provider to complete. When to specify TimeOut You must specify a value for TimeOut before connecting to the database. Applies to ADO.NET OLE DB SNCÂ SQLÂ Native Client for Microsoft SQL Server Syntax
|
1 |
TimeOut=value |
Parameter Description value The…