Subject Re: [IBO] UpdateSQL, SP and a parameter
Author Helen Borrie
At 05:10 PM 2/02/2003 +0000, you wrote:
>I've a query like:
>select a, b, c from myselectproc(:myparm)
>
>the UpdateSQL is like:
>execute procedure myspupdate( :myparam, :a, :b, :c)
>
>if I assign the parameter in BeforeOpen event, or in the query editor
>I prepare the query, assign parameters and then open, I get the
>following error:
>"Invalid custom DML column reference: myparam."
>
>how can I use (assign) a parameter to the update stored procedure, and
>how avoid this error?

Could it be a typo?
myparm or myparAm?

Helen