Hi all,
We are using PB2017 with SQL Anywhere database.
At the moment our pb application allows the user to 'demand' a status of a certain record. A txt file is being send to our software with the identification of the record and an action trigger being : retrieve status.
This txt is read by our software and the results (being the status of a certain record) will be output into a txt file which then can be read and processed in an external software.
All this works ok , but i would like to start using more modern solutions.
Does anyone have any idea's ? I am thinking of a sort of rest API on my database or something like that ? Does this exist ? Or ... ?
I don't like to give them full access through ODBC on my database....
Grts
John