Oracle Functions on asp.net

  • Thread starter Thread starter Kovu
  • Start date Start date
K

Kovu

Hello, How can I execute an oracle function on asp.net?

Oracle version: 9.2.0.1.0 Oracle9i.
Asp.net version: 2.0.

Thanks.
 
Create a Stored Procedure that calls the function, and call the Stored
Procedure.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top