Marcelo

Need to make it a SQL Stored Procedure to use in embedded SQL

Peter

On Mon, 3 May 2004 17:56:38 +0200, "Marcelo Blasco"
<[EMAIL PROTECTED]> wrote:

>Hi everybody.
>
>I defined a Query (%SQLQuery) named spGetEquivalentNames in a class named
>sp.spEPatients. How can I use it? I would like to do something like
>
>SELECT *
>FROM    table1
>WHERE Name IN (spGetEquivalentNames('Robert'))
>
>but Cache is always complaining about spGetEquivalentNames not being
>recognized.
>
>That query returns only one column, names EquivalentName.
>


Reply via email to