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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Call procedures from VBasic

Re: Call procedures from VBasic

From: Ravi AVK <avkravi_at_hotmail.com>
Date: Mon, 23 Oct 2000 16:05:13 IST
Message-Id: <10658.119951@fatcity.com>


Hi blackziggy,

Use these statements

dim SSQL as string

> SSQL=" execute proc_name(param1, param2) "
> Set vaanEskaria = vaanLotura.OpenResultSet(SSQL, rdOpenKeyset,
>rdConcurValues)

>From: "blackziggy" <blackziggy_at_sammic.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: Call procedures from VBasic
>Date: Mon, 16 Oct 2000 01:04:36 -0800
>
>Hello!
>I'm working on a Windows-NT, and Oracle it's in a Unix computer. In this
>project i must call to a Oracle's stored procedure from a visual basic
>application. I can use PL/SQL in VB to insert, erase or modify registers in
>Oracle, but now, i want to call to a procedure. I'm trying with "execute
>proc_name(param1, param2)" but it doesn't work:
>
>for example,
> dim SSQL as string
>
> SSQL=" execute proc_name(param1, param2) "
> Set vaanEskaria = vaanLotura.OpenResultSet(SSQL, rdOpenKeyset,
>rdConcurValues)
>
>In the SQL plus shell, i can use
>
>SQL> execute proc_name(param1, param2);
>
>and it works very well.
>
>Can somebody help me?
>
>Thanks
>
>Iqaki Larraqaga
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: blackziggy
> INET: blackziggy_at_sammic.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).



Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at Received on Wed Dec 31 1969 - 17:59:59 CST

Original text of this message

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