Subject | Re: [IBO] cannot edit row error(because of fieldnames like t.field1,t.field2) |
---|---|
Author | Lucas Franzen |
Post date | 2003-11-14T12:49:27Z |
AykutUcar schrieb:
What fields are in the select when you do a "select *" ???
Do you have declared an updateSQL???
Luc.
> HiWhat is your primary key on table t?
> 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 fields are in the select when you do a "select *" ???
Do you have declared an updateSQL???
Luc.