Subject Re: [IBO] Cannot edit current row error
Author Lucas Franzen
Steve,

Is RequestLive TRUE?

> JobsQry->Insert();

> UPDATE JOBS SET
> ~SNIP~
> CLIENTNO = :CLIENTNO,
> ACCNT_ID = :ACCNT_ID,

Why do you INSERT a record but define an UpdateStatement???
What does your InsertSQL look like?


Luc