-
Daniel Seguin
- PowerBuilder
- Wednesday, 16 September 2026 04:36 PM UTC
hello,
Example:
query:
SELECT consultant_master.consultant_id,
consultant_master.consultant_name,
consultant_master.consultant_email,
consultant_master.consultant_phone,
consultant_master.manager_name,
consultant_master.manager_email,
consultant_master.manager_phone
FROM consultant_master
ORDER BY consultant_master.consultant_id ASC
I did try to remove order by but no difference.
dot net api generated:

also whenever we add query parameter like dt_consultantloop on the consutant_id, the retrieve use verb post, the retrieve does work.
The post update is really a post create
I am using powerbuilder 2025 R2
Am i missing something?
Thanks,
Daniel
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.