Subject | RE: [IBO] EditSQL |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-02-07T04:47:16Z |
> -----Original Message-----[Advertisement here. :-)]
> From: Jason Wharton [mailto:jwharton@...]
> Sent: Martes 6 de Febrero de 2001 18:50
>
> 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, ...
And now you can call a design time helper to fill the parameters of your
stored procedures, by dragging table's fields and values into a grid.
C.