Subject | Re: [IBO] EditSQL |
---|---|
Author | Jason Wharton |
Post date | 2001-02-06T22:50:16Z |
Write a stored procedure and call it. Then inside of it you can do whatever
is allowable. Two updates statements is no problem there. Then in the
EditSQL property you just put EXECUTE PROCEDURE :ACOL1, :ACOL2, ...
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
is allowable. Two updates statements is no problem there. Then in the
EditSQL property you just put EXECUTE PROCEDURE :ACOL1, :ACOL2, ...
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <guido.klapperich@...>
To: "ibobjects@egroups.com" <IBObjects@yahoogroups.com>
Sent: Tuesday, February 06, 2001 1:01 PM
Subject: [IBO] EditSQL
> Is it possible to use 2 update-statements in the EditSQl-Property of a
> Query ? I need to update 2 tables.
>
>
> Guido.
>
>
>
>
>