Subject | Re: [IBO] Cannot edit current row error |
---|---|
Author | Lucas Franzen |
Post date | 2002-01-14T21:41:41Z |
Steve,
Is RequestLive TRUE?
What does your InsertSQL look like?
Luc
Is RequestLive TRUE?
> JobsQry->Insert();Why do you INSERT a record but define an UpdateStatement???
> UPDATE JOBS SET
> ~SNIP~
> CLIENTNO = :CLIENTNO,
> ACCNT_ID = :ACCNT_ID,
What does your InsertSQL look like?
Luc