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

About controlling updates – PB Docs 125 – PowerBuilder Library

About controlling updates – PB Docs 125

About controlling updates

When PowerBuilder generates the basic DataWindow object, it defines whether
the data is updatable by default as follows:

  • If the DataWindow object contains columns from a single
    table and includes that table’s key columns, PowerBuilder defines
    all columns as updatable and specifies a nonzero tab order for each
    column, allowing users to tab to the columns.

  • If the DataWindow object contains columns from two or more
    tables or from a view, PowerBuilder defines all columns as not being updatable
    and sets all tab orders to zero, preventing users from tabbing
    to them.

You can accept the default settings or modify the update characteristics
for a DataWindow object.

note.png If using a Stored Procedure or External data source

If the data source is Stored Procedure or External, you can
use the GetNextModified method
to write your own update script. For more information,
see the DataWindow Reference.


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