Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Calling a function in Oracle from Delphi
Magnus S. Petersen wrote:
>
> Delphi uses the TStoredProcedure, which enables one to call a procedure in
> Oracle.
> Oracle also operates with the possibility to write Functions.
> How can one call such functions from Delphi. ?
> Regards
> Magnus
In Oracle, you could wrap the function call within a stored procedure, then call the stored procedure from Delphi using the TStoredProc component. I had the exact same issue four weeks ago. It works.
Larry DiGiovanni Received on Thu Aug 28 1997 - 00:00:00 CDT
![]() |
![]() |