How do I set the value of a param of a stored procedure ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Can somebody tell me how to set the value of a stored stored in MS Access
through the DataEnvironment object in VB 6.0
 
After you have added the connection to the DataEnvironment, you can right
click the connection to add the Stored Procedure. After the stored
procedure is added, you can right click the stored procedure name and select
Properties. The parameters are listed and can be set on the Parameters tab.

You can also set the parameters through code by calling the stored procedure
from the DataEnvironment object and entering the appropriate parameter
values.

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


Hi

Can somebody tell me how to set the value of a stored stored in MS Access
through the DataEnvironment object in VB 6.0
 
Back
Top