Re: Visual Basic 4 and Stored Procedures

From: John Meyer <webmaster_at_sfi-software.com>
Date: 1996/10/12
Message-ID: <01bbb870$9ce93e00$0c1bf8ce_at_none.sfi-software.com>#1/1


YES!
Check the OCX for OCI (Oracle Call Interface) API at http://www.sfi-software.com

It is SQL-Sombrero/OCX for OCI. Full specs and documentation online at the web site.

Comes with 32 bit and a 16 bit OCX, VB4 samples, printed and online documentations.

Simply needs SQL*NET on the workstation. See what Oracle has to say about it!

John Meyer,
Sylvain Faust Inc. (SFI)
http://www.sfi-software.com
Sylvain Faust Inc. Makes Tools for the Database Server Specialist since 1989
ORACLE World Alliance Partner
SYBASE Synergy Partner
MICROSOFT Solution Provider

Todd Verstraten <tverstrat_at_tier3.com> wrote in article <325B270D.27E7_at_tier3.com>...
> TAUPIN Olivier wrote:
> >
> > I want to call a stored procedure from Visual Basic 4.
> >
> > Is there an API function to do that ???
> >
> > Thanks
> >
> > Olivier
>
> sort of.
> connect to a database to get the database object.
>
> the use database.ExecuteSQL('sql statement')
>
> I can't remember (and am to lazy to test) if you just need proc_name or
> execute proc_name in your sql.
>
>
> Todd Verstraten
> mailto:tverstrat_at_tier3.com
> http://www.tier3.com
>
Received on Sat Oct 12 1996 - 00:00:00 CEST

Original text of this message