Subject Re: [IBO] InsertSQL
Author Svein Erling Tysvær
Do the queries work? I thought the only way to make inserts, updates and
deletes to several tables in a join was to write stored procedures.

Set

At 14:10 19.03.2001 +0100, you wrote:
>Jason and list,
>we want to insert, edit and delete a 3-way-joined query. We can put several
>statements in the UpdateSQL and DeleteSQL property without any problems, but
>if we try to put more then one statement in InsertSQL then preparing of the
>query fails. So what is the simplest way to insert in a join like this?