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: Is it possible using stored procedure like this way???

Re: Is it possible using stored procedure like this way???

From: tojo <Tojo_at_hotmail.com>
Date: Wed, 4 Aug 2004 16:26:53 +0200
Message-ID: <MPG.1b7b109c5d43e5db9896fb@news.t-online.de>


In article <ceqkvj$lv6$1_at_sunnews.cern.ch>, dominique_hung_at_hotmail.com says...
> Hi Tom,
>
> Thank you for reply.
>
> 1. I changed the inputparam type to adVarChar, but I got the same error
> message
>
> 2. The 128 on the Execute line means adExecuteNoRecords. Because someone
> says
> if a recordset was being returned from the Execute method then it'd be
> assigned to
> recordset object. As my code doesn't return a recordset, I suppose I can
> use the
> adExecuteNoRecords.. Even I tried Comm.Execute in stead of
> Comm.Execute,,128,
> I got the same error message..
>
> Do you have any idea???
>

You'll have to take a step back then and check the following:

Have you considered switching drivers? Microsoft drivers for Oracle are pretty lame you know.

Received on Wed Aug 04 2004 - 09:26:53 CDT

Original text of this message

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