Re: How can I run functions in an Oracle Database from VB5?

From: John Cieslik <john_cieslik_at_email.msn.com>
Date: Sun, 4 Oct 1998 21:15:01 +0100
Message-ID: <#1UL9W979GA.259_at_upnetnews05>


The easiest way is probably to use a single column rdo query using dual such as:

Select Function(Parameters) from dual

The rdo.columns(0).value will hold the single result after execution of the query.

Arne Nernes wrote in message <6v1g2v$2qg$1_at_torget.bgnett.no>...
>Hi to You all
>How can I run functions in an Oracle Database from VB5 and catch the
>returnvalue? Would very much appriciate an answer asap
>Arne
>
>
Received on Sun Oct 04 1998 - 22:15:01 CEST

Original text of this message