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

Dynamic SQL Format 1 – PB Docs 2021 – PowerBuilder Library

Dynamic SQL Format 1 – PB Docs 2021

Dynamic SQL Format 1

Description

Use this format to execute a SQL statement that does not produce a
result set and does not require input parameters. You can use this
format to execute all forms of Data Definition Language (DDL).

Syntax

Parameter

Description

SQLStatement

A string containing a valid SQL statement. The
string can be a string constant or a PowerBuilder variable
preceded by a colon (such as :mysql). The string must be
contained on one line and cannot contain
expressions.

TransactionObject (optional)

The name of the transaction object that identifies
the database.

Examples

These statements create a database table named Trainees. The
statements use the string Mysql to store the CREATE statement.

For SAP ASE users

If you are connected to an ASE database, set AUTOCOMMIT to
true before executing the CREATE.

These statements assume a transaction object named My_trans exists
and is connected:


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x