Subject Why can't I delete or append my query?
Author Joe Martinez
I'm using a TIB_Query. The query has a join in it to pull in another field
from another table. I'm using explicit left outer join syntax for the
join. I'm using a TIB_Grid to display the data.

But, if I try to call the Delete() or Append() methods on the TIB_Query, I
get an exception, telling me that it can't append a row, or can't delete
the row (no other details are given).

If I remove the join, it works fine. What do I need to do to make this
work with the join?

-Joe