Execute SQL Server 2000 stored procedure from Access 2000

C

CLM

I have gotten the form to update the sql pass thru query for the stored
procedure and the variables are updating correctly. How do I execute the
stored procedure which creates tables in SQL Server from Access 2000?

Any help would be greatly appreciated.

Thx,

CLM
 
M

Michel Walsh

Hi,


adoConnection.Execute "EXEC sp_nameHere"


won't do?



Hoping it may help,
Vanderghast, Access MVP
 
Top