Re: Using stored procedure in IDC

From: Mike Ellison <ellison_at_ccmail.nevada.edu>
Date: 1996/06/25
Message-ID: <31D08261.161D_at_ccmail.nevada.edu>#1/1


Earlier I wrote:
>
> Does anyone have experience using stored procedures in a Microsoft IIS
> .idc script for an Oracle database? I'm not sure of the syntax, but I'm
> trying:
>
> SQLStatement:
> +BEGIN
> + EXEC Proc_Name(var1,var2);
> +END;
>

I believe I found my solution. Using

   BEGIN Proc_Name(); END;
without the EXEC statment seems to work through Oracle's ODBC driver just fine.

--Mike Received on Tue Jun 25 1996 - 00:00:00 CEST

Original text of this message