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: ODBC Stored Procedure Problem.

Re: ODBC Stored Procedure Problem.

From: Troy m. Pearsall <tmpearsall_at_tasc.com>
Date: 1997/08/05
Message-ID: <33E74323.3EC5@tasc.com>#1/1

leighj_at_merck.com wrote:
>
> I have a store procedure that I am trying start from VB 4.0 16bit. I
> can run SQL w/o a problem but I cannot get Execute to run my stored
> procedures. I get an error saying the ODBC Call failed. Any ideas?
>
> Leigh

Try this format for the SQL statement

qryPass.SQL = "begin gettest(9); end;"
qryPass.ExecuteSQL Received on Tue Aug 05 1997 - 00:00:00 CDT

Original text of this message

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