Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Calling Oracle function from vb.
Dear Sir,
I have created one Function like the following...
CREATE OR REPLACE FUNCTION find_fees(tname varchar2)
RETURN VARCHAR2
IS
.....
BEGIN
.....
RETURN value;
END
How will i call this function from VB5.0. Pl write the details
immediately...
--
Posted via Talkway - http://www.talkway.com
Exchange ideas on practically anything (tm).
Received on Tue Aug 10 1999 - 05:07:01 CDT
![]() |
![]() |