Subject cannot edit row error(because of fieldnames like t.field1,t.field2)
Author AykutUcar
Hi
when I set a query like
"SELECT t.field1,t.field2 FROM table t"
and try to edit the query(Requestlive=true) I get this error.
I have no problem with SELECT * FROM table
How can I solve this?
thanks for help.