Hi team,
I have ds.xml having two primary keys (number, date). When data is displaying with default fetch no error.
But when perform add/update getting sql grammar error as sql query order by is appending with comma (,). before perform db operation it is trying find the existing record but some how order by is appending with comma.
in pervious version this order by excluding. Please check this order by logic in new version.
Thank you,
Seenaiah Ch
I have ds.xml having two primary keys (number, date). When data is displaying with default fetch no error.
But when perform add/update getting sql grammar error as sql query order by is appending with comma (,). before perform db operation it is trying find the existing record but some how order by is appending with comma.
in pervious version this order by excluding. Please check this order by logic in new version.
Thank you,
Seenaiah Ch
Comment