Execute Stored Procedure

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

Guest

I have Access 2003 mdb file with linked data from SQL Server 2000. I have
created a stored procedure on the SQL server that manages role memebership
and data access. I am looking for help/article to assist me in creating the
connection string to the SQL Server and execute the stored procedure with
parameters from a form.

Thanks,
Shawn
 
Shawn:

The following KB article may be useful.

http://support.microsoft.com/default.aspx?scid=kb;en-us;185125

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

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


I have Access 2003 mdb file with linked data from SQL Server 2000. I have
created a stored procedure on the SQL server that manages role memebership
and data access. I am looking for help/article to assist me in creating the
connection string to the SQL Server and execute the stored procedure with
parameters from a form.

Thanks,
Shawn
 
Back
Top