Subject Re: [IBO] cannot edit row error(because of fieldnames like t.field1,t.field2)
Author Lucas Franzen
AykutUcar schrieb:

> 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.

What is your primary key on table t?
What fields are in the select when you do a "select *" ???
Do you have declared an updateSQL???

Luc.