Build DataWindow objects to retrieve, present, and manipulate data in your applications.
DataWindows in PowerBuilder .NET
Use DataWindow objects to retrieve, present, and manipulate data from a relational database or other data source. In PowerBuilder .NET, WPF DataWindows use fully managed code.
Presentation Styles for DataWindow Objects
The presentation style you select for a DataWindow object determines the format PowerBuilder uses to display the DataWindow object in the Design view. You can use the format as it appears or modify it to meet your needs.
Using SQL Select
When you specify data for a DataWindow object, SQL Select provides more options for specifying complex SQL statements when you use SQL Select rather than Quick Select.
Queries in PowerBuilder .NET
When you choose a query as the data source, you select a predefined SQL SELECT statement (a query) as specifying the data for your .
DataWindow Object Enhancements
Use the DataWindow painter to enhance DataWindow objects, making them easier to use and interpret data.