Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can a stored function returns a value to ASP ADO
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
![]() |
![]() |