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: Calling an Oracle function using ADO

Re: Calling an Oracle function using ADO

From: Carl Prothman <carlpr_at_spamcop.net>
Date: Fri, 21 Sep 2001 14:30:27 -0700
Message-ID: <Oa#nqSuQBHA.160@tkmsftngp03>


Lanky,
Check out the following Microsoft KB article (plus the addition KB articles shown at the end of that article)

INFO: Visual Basic Accessing an Oracle Database Using ADO http://support.microsoft.com/support/kb/articles/Q176/9/36.ASP

-- 

Thanks,
Carl Prothman
Microsoft Visual Basic MVP
http://www.able-consulting.com


"Lanky" <lanky_tx_at_yahoo.com> wrote in message news:9oga3t$csm80$1_at_ID-19809.news.dfncis.de...

> Hi ALL,
>
> I am having trouble calling an Oracle function from ADO. Can someone please
> post a bit of code or direct me to the right place?
> I am passing in 1 parameter and expecting 1 return value from the Oracle
> function.
>
> This is what I have.
>
> Set objRS = Conn.Execute("FNCName ('" & strParam & "');")
>
> PCS_Equip_Type_Cd = objEquipRS(0).Value
>
>
> Thanks,
>
> Lanky
>
>
>
>
>
>
Received on Fri Sep 21 2001 - 16:30:27 CDT

Original text of this message

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