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: ODBC - How can I call an Oracle function and return the function value over Oracle ODBC??

Re: ODBC - How can I call an Oracle function and return the function value over Oracle ODBC??

From: <tim.mcconechy_at_runtime.dk>
Date: Mon, 06 Mar 2000 10:17:23 GMT
Message-ID: <8a00ji$fdu$1@nnrp1.deja.com>


Try Something like:

lcsql="Select myfunct() from dual"
SQLEXEC(nconhandle,lcsql)

In article <89cdqn$fb6$1_at_perki.connect.com.au>,   "George" <george_at_expohire.com.au> wrote:
> Anyone got this working??
> (Using Oracle 8.0.5)
>
> George
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Mar 06 2000 - 04:17:23 CST

Original text of this message

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