Subject Re: [IBO] GSG031. Use of EditSQL, InsertSQL, DeleteSQL.
Author Svein Erling Tysvaer
At 01:22 08.10.2002 +0930, you wrote:
>Given (a) that there are actions for edit, insert and delete, why have
>EditSQL, InsertSQL
>and DeleteSQL properties for IB_Query and (b) none of the examples need
>these properties,
>when would they be needed?

Suppose you want to update/edit/delete records from several tables. One way
to do this will then be to write a SP that does this for you, and you can
then just fill in the ??????SQL properties. IBO will then call the
appropriate SP when you do your TIB_Query.Delete or whatever.

Set