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: Calling a function in Oracle from Delphi

Re: Calling a function in Oracle from Delphi

From: ldigiova <ldigiova_at_discovery.com>
Date: 1997/08/28
Message-ID: <3405DE7D.4E0E@discovery.com>#1/1

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

Original text of this message

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