Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Calling an Oracle function using ADO
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:06:04 CDT
![]() |
![]() |