cancel
Showing results for 
Search instead for 
Did you mean: 

PowerBuilder & Web Service

Former Member
0 Kudos

Hi

I have to update a remote DataBase (Mysql) it's on Hossting (Goddday.com) so I work with PowerBuilder 11.5 Build 2506, how can I work with Web Service and PowerBuilder to update the Database?

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

former_member190719
Active Contributor
0 Kudos

You might want to

a)  Look at exposing the database using OData using the OData MySQL Connector, Gizur, Olinga, or similar.

b)  Look at upgrading your version of PowerBuilder to 12.6, which supports OData.

OData are REST based web services that expose your database for CRUD operations.  It saves you from having to do a lot of the hand wiring of the services.

Answers (0)