|
You can modify the data source that is use to build the DataWindow. If the source is an SQL Select statement, you can modify the SELECT statement. If the source is a script or a database stored procedure, you can modify the result set description.
To modify the data source:
- Select Edit Data Source from the Rows Menu. If the data source is and SQL SELECT statement, the Modify SQL Select window displays. If the data source is a script or a database stored procedure, the Modify Result Set Description window displays.
- Review the SELECT statement or result set description and make any necessary changes.
- Click OK to the changes to the statement or description and close the window. If the data source is an SQL SELECT statement, PowerBuilder verifies the statement before it saves the changes.
|