StrByCharset – PB Docs 126
StrByCharset database parameter Description Specifies how to convert string data between PowerBuilder Unicode strings and multibyte strings on the client. Controls I10 Informix O90 Oracle9i O10 Oracle 10g ORA Oracle 11g Syntax
1 |
StrByCharset='<span>value</span>' |
Parameter Description value Specifies how to convert string data between PowerBuilder Unicode strings and multibyte strings on the client. Values are: 0…
Locations for Publish, Install, and Update – PB Docs 126
Locations for Publish, Install, and Update The publish location, specified on the Publish page in the Project painter, determines where the application files are generated or copied to when you publish the application. It can be an HTTP address, an FTP site, or a UNC address. The install location, specified on the Install/Update page, determines…
DisableBind – PB Docs 126
DisableBind database parameter Description For those DBMSs that support bind variables, PowerBuilder can bind input parameters to a compiled SQL statement by default. The DisableBind parameter allows you to specify whether you want to disable this binding. When you set DisableBind to 1 to disable the binding, PowerBuilder replaces the input variable with the value…
SyntaxFromSQL – PB Docs 126
SyntaxFromSQL PowerScript function Description Generates DataWindow source code based on a SQL SELECT statement. Controls Transaction objects Syntax
1 |
<span>transaction</span><span>.SyntaxFromSQL</span> ( <span>sqlselect</span>, <span>presentation</span>, <span>err</span> ) |
Argument Description transaction The name of a connected transaction object. sqlselect A string whose value is a valid SQL SELECT statement. presentation A string whose value is the default presentation style you want for the DataWindow….
DecimalSeparator – PB Docs 126
DecimalSeparator database parameter Description Specifies the decimal separator setting used by the back-end DBMS that you are accessing in PowerBuilder. If your DBMS uses a decimal separator other than period (.), which is the default, set DecimalSeparator to the value for your DBMS to ensure that PowerBuilder correctly handles numeric strings returned from your database….
Using the Connection Object – PB Docs 126
Using the Connection Object Build a .NET client application for an EAServer component using the Connection object. Use the Template Application target wizard to create a client application, then use a .NET application wizard to create a .NET target using the library list and application object of the target you just created. Alternatively, use a…
PersistEncrypted – PB Docs 126
PersistEncrypted database parameter Description Specifies whether the data source you are accessing through the OLE DB interface is allowed to save your encrypted password. When to specify PersistEncrypted You must specify the PersistEncrypted parameter before connecting to the database. Controls OLE DB Syntax
1 |
PersistEncrypted='<span>value</span>' |
Parameter Description value Specifies whether the data source can save your…
Application Installation on the User�s Computer – PB Docs 126
Application Installation on the User�s Computer Users can install the application from a CD or DVD or from a file server or Web site. The system administrator or release engineer is responsible for writing the files to the disk if a CD or DVD is used. If the files are available to the user on…
CursorUpdate – PB Docs 126
CursorUpdate database parameter Description For those interfaces that support it, CursorUpdate specifies whether cursors in your target database are declared read-only or updatable. Controls DIR Sybase DirectConnect ASE, SYC, and SYJ SAP Adaptive Server Enterprise Syntax
1 |
CursorUpdate=<span>value</span> |
Parameter Description value A number that specifies whether database cursors are declared read-only or updatable. Values are: 0…
ResumeTransaction – PB Docs 126
ResumeTransaction PowerScript function Description Associates the EAServer transaction passed as an argument with the calling thread. Controls CORBACurrent objects Syntax
1 |
<span>CORBACurrent</span>.<span>ResumeTransaction</span> ( <span>handletrans</span><span> </span>) |
Argument Description CORBACurrent Reference to the CORBACurrent service instance handletrans An unsignedlong containing the handle of a suspended transaction Return Values Integer. Returns 0 if it succeeds and one of the following negative values…