GET query and PUT query on one page !
Hi there,
I need your lights !
I hv one page with twice the same query service (same DB, same table):
. first I use the query onload to open the right record set (row) = GET,
. then, I use that same query service for an update of that record set via "operations" = PUT.
when I set PUT, it changes in the 2 queries which have different names.
the first query is not GET anymore but PUT.
any advice on how I can solve that issue ?
thks a lot in advance,
best,
Eric