Re: Visual Basic 4 and Stored Procedures

From: Todd Verstraten <tverstrat_at_tier3.com>
Date: 1996/10/08
Message-ID: <325B270D.27E7_at_tier3.com>#1/1


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 Tue Oct 08 1996 - 00:00:00 CEST

Original text of this message