Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Calling Oracle function from vb.

Calling Oracle function from vb.

From: jegatheesan <jegatheesan_a_at_yahoo.com>
Date: Tue, 10 Aug 1999 10:07:01 GMT
Message-ID: <9RSr3.16703$J5.183325@c01read02-admin.service.talkway.com>


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

Original text of this message

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