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: executing a stored procedure thru ODBC

Re: executing a stored procedure thru ODBC

From: Philippe Arnaud <philippe.arnaud_at_nestle.com>
Date: 1998/01/22
Message-ID: <01bd2737$ed1e1c60$d8907a8d@chvev0072.nestec.ch>#1/1

Hello Bill,

you must create a Pass-Through query
Your query must be a PL/SQL Block like this: Begin YourProcedure(); end;

set the "Returns Records" property to False and run the query

Philippe

Bill Johnston <whj2_at_erols.com> wrote in article <6a5v3k$578$1_at_winter.news.erols.com>...
> Anyone know how to execute an Oracle stored procedure thru Access97?
>
> Thanks,
> whj2_at_erols.com
>
>
Received on Thu Jan 22 1998 - 00:00:00 CST

Original text of this message

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