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: how to call procedure?

Re: how to call procedure?

From: Andreas Reichl <reichl_at_knuut.de>
Date: Thu, 14 Oct 1999 21:33:54 +0200
Message-ID: <7u5avr$4kl$1@newsread.do.de.uu.net>


Hi,

i have the same ( or a similar ) problem.

I want to call a stored procedure from Visual Basic 4 on Oracle 7 ( NT ). I have tried several ODBC-Drivers
( Microsoft, Oracle ), but i always get an ORA-00900
( = "invalid SQL statement" ) - everything else in
PassThrough mode works.

My Procedure can be called from within SQLPlus with

   Exec NameOfProc( Parameters, ... ).

Andreas Reichl Received on Thu Oct 14 1999 - 14:33:54 CDT

Original text of this message

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