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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help: Using ADO,C++ with Stored Procedure Resultset

Re: Help: Using ADO,C++ with Stored Procedure Resultset

From: DriftWood <drift_wood_at_my-deja.com>
Date: Fri, 11 Feb 2000 15:34:14 GMT
Message-ID: <881a5m$bm4$1@nnrp1.deja.com>

> “{ ? = call sp_ListAirport }” 0x80004005 - Unspecified error

Here you are trying to use the ODBC procedure call ESCAPE to call a function (not a procedure). Either switch to using the Function call ESCAPE or switch to using an anonymous PL/SQL block like so:

“Begin select sp_ListAirport from dual; end;”

--
-cheers
  DW



"It is a kind of good deed to say well; and yet words are not deeds.   -William Shakespeare"

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Feb 11 2000 - 09:34:14 CST

Original text of this message

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