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

Specifying an identity column – PB Docs 2021 – PowerBuilder Library

Specifying an identity column – PB Docs 2021

Specifying an identity column

Many DBMSs allow you to specify that the value for a column in a
new row is to be automatically assigned by the DBMS. This kind of column
is called an identity column. Different DBMSs provide different types of
identity columns.

For example, some DBMSs allow you to define autoincrement columns
so that the column for a new row is automatically assigned a value one
greater than that of the previous highest value. You could use this
feature to specify that an order number be automatically incremented
when someone adds a new order:

aacu04.gif

By specifying an identity column in the Specify Update Properties
dialog box, you tell PowerBuilder to bring back the value of a new row’s
identity column after an insert in the DataWindow object so that users
can see it.

For information about identity columns in your DBMS, see your DBMS
documentation.


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