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: Can a stored function returns a value to ASP ADO

Re: Can a stored function returns a value to ASP ADO

From: Alexander Penev <alex_at_cska.net>
Date: 2000/04/21
Message-ID: <3900D53A.AD48804E@cska.net>#1/1

Yes , just run the query:
select yourfunction(parameter) from dual; and the result cursor contains only this value

Vincent Chen wrote:

> Dear All
>
> I write a stored function in Oracle database server
> this function will return a calculated number value to the caller
>
> Can I use ADO in ASP to receive the return value of this function ?
>
> thx ...
Received on Fri Apr 21 2000 - 00:00:00 CDT

Original text of this message

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