Re: Visual Basic 4 and Stored Procedures
From: A little left of plumb <dwyche_at_giant.intranet.com>
Date: 1996/10/10
Message-ID: <1996Oct10.172846.16213_at_giant>#1/1
Date: 1996/10/10
Message-ID: <1996Oct10.172846.16213_at_giant>#1/1
In article <01bbb452$a3e48100$614962c2_at_olta>, "TAUPIN Olivier" <odaxystec1_at_ystel.fr> writes:
> I want to call a stored procedure from Visual Basic 4.
>
> Is there an API function to do that ???
i haven't tried this with VB4 but it works fine using OO4O in VB3.
there's an example in the OO4O help file under the Add Method that'll get you started...
you can also call procedures using ODBC and the Execute method, but AFAIK there's no way of getting the procedure or function to return a value.
HTH, davidReceived on Thu Oct 10 1996 - 00:00:00 CEST
