Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stored procedure changed 1

Status
Not open for further replies.

IcesMaster

Programmer
Sep 28, 2002
43
0
0
ID
I develop MS SQL database at home. When I attached in Server and I open it by Ms Access the stored procedure name added by string ";1" and the stored procedure can not executed at client. Why and how to solve it?
 
Try putting the stored procedure call in an access pass through query. The pass through uses the sqlserver syntax: exec (procedurename).
 
How to use pass trough quary for the Recordsource of a form?. Sorry I'm new in using Ms. Access in SQL Server 2000
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top