Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Result Sets Work With Procedures But Not Functions?

Re: Result Sets Work With Procedures But Not Functions?

From: DriftWood <driftwood_at_thebeach.fla.org>
Date: Fri, 21 Jan 2000 17:02:11 GMT
Message-ID: <388a8fd9.942433988@newshost.us.oracle.com>


On Fri, 21 Jan 2000 03:10:29 GMT, dressen_at_my-deja.com wrote:

Part of the problem might be that you are trying to use the procedure call ODBC Escape to call a function.

{? = call RefTest.FuncEmpData(?)}

try:

begin ? = RefText.FuncEmpData(?); end;

Or better yet switch to using the Function call escape instead. Received on Fri Jan 21 2000 - 11:02:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US