Hi,
after watching the webinar i have been thinkinhg about how one could use rest for database interaction as first step to make an application 3 tier.
Doing that i have not found a solution on how to do that with embedded sql and datawindow /datastore retrieval.
embedded sq:
I have found nothing about using embedded sql through a rest service.
datawindow /datastore retrieval:
There is the RestClient,that can be used to fill a datawindow with a rest service.
But you would have to replace every .retrieve with RestClient.Retrieve.
You could maybe make some abstraction, but you still have to change every retrieve by hand, since you cant overwrite methods with var list argumenst or create youre own.
Am i missing something or how you do it?
Thanks
Ferdinand