PowerBuilder Classic and PowerBuilder .NET can use OData datasources.
Define a database profile to access an OData service in PowerBuilder using the OData interface.
You can connect to the OData service and work with in the Database painter.
-
Define an OData datasource with the database profile painter
-
Connect to an OData datasource in the Objects view
-
Add tables to the Object Layout view with drag-and-drop or the context menu
-
Display table and column properties in the Properties view with drag-and-drop or the context menu
-
Drag-and-drop a table onto the Columns View
-
Invoke the Edit Data feature in the Results view of the Database Painter
Since OData is not a SQL source, some features are not supported:
-
The ISQL session view is not enabled
-
You cannot create, modify or delete tables
-
You cannot create users or group of users
-
You cannot embed SQL statements in powerscript
Select the OData Service datasource in the DataWindow wizard.