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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to run a stored procedure WITHOUT the command object?

Status
Not open for further replies.

JGKWORK

IS-IT--Management
Joined
Apr 1, 2003
Messages
342
Location
GB
Hi, can some one show me a very quick example of how to run a stored procedure using ADO (for Access) WITHOUT using the command object? My query in Access is called "qryIntranetAccess"

Many thanks...
 
what i sa stored proceduer in access?

Ion Filipski
1c.bmp
 
just a query I think?
 
in this case you can open it by query name with using member of recordset function open.

Ion Filipski
1c.bmp
 
ok, got it thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top