|
The following table is a snapshot of the PowerBuilder controls and objects to its equivalent in ASP.NET™ and VB.NET™ after Migration
|
| PB |
VB.NET™ |
ASP.NET™ |
| Window Controls |
Win Form Controls |
Web Form / HTML Controls |
| DataWindow GUI |
Win Form Control |
Web Form / HTML Controls |
| DataWindow Buffer |
Dataset |
Dataset |
| Row Status maintained
by DW |
Row Status maintain in Dataset / Data Table |
Row Status maintain in Dataset / Data Table |
| Data Source / Data Access Logic |
Data Adapter |
Data Adapter |
| SQLCA |
Data Connection |
Data Connection |
| Embedded Cursor |
Data Reader |
Data Reader |
| Embedded Select
Statement and Store Procedure |
Command Object |
Command Object |
| NVO |
Business Object |
Business Object |
| Distributed Application |
Web Service |
Web Service |
| Tree Control |
VB.NET™ Tree Control |
Extended .NET™ framework object by ZSL |
| Tab Sheet Control |
VB.NET™ Tab Sheet Control |
Extended .NET™ framework object by ZSL |
| Write Front End Validation
in Window |
Write Front End Validation
in Win Form |
Front End Validation using Validation Control |
|
|
|