Re: Call PL/SQL Stored Procedure from MS Access?

From: sm <sm_at_nowhere.com>
Date: 1997/11/13
Message-ID: <346b89ba.279587285_at_newshost.us.oracle.com>#1/1


Two ways...
PL/SQL syntax => db.execute("BEGIN schproc; END;") or
ODBC syntax => db.execute("{call schproc}")

-sm

On 11 Nov 1997 16:56:35 GMT, Steve Walterhouse <microcon_at_magicnet.net> wrote:

>How can I call a PL/SQL Stored Procedure from MS Access?
>
>Procedure name: schproc (no parameters)
>
>procedure compiles and runs fine from sqlplus.
>
>Thanks,
>microcon_at_magicnet.net
Received on Thu Nov 13 1997 - 00:00:00 CET

Original text of this message