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: Store Procedure from ODBC

Re: Store Procedure from ODBC

From: <tim.mcconechy_at_runtime.dk>
Date: Thu, 11 Mar 1999 13:33:24 GMT
Message-ID: <7c8gn4$u8p$1@nnrp1.dejanews.com>


Sure they can....
I don't know domino but..

You will have an ODBC function like...
SQLEXEC() You call....

Maybe something like
SQLEXEC(connectionhandle,'{Call MYSTOREDPROC(PARAM1,PARAM2)}') or
SQLEXEC(connectionhandle,'EXECUTE MYSTOREDPROC(PARAM1,PARAM2)')

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Mar 11 1999 - 07:33:24 CST

Original text of this message

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