Access Stored Procedures

J

Jcasual

I am build an application with visual basic as the front
end and access 97 as the database.

Does access have Stored Procedures?
Is there a way to make access behave like it does?
 
D

Douglas J. Steele

No, Access doesn't have Stored Procedures, and, AFAIK, there's no way to
simulate them if you're interacting with the database from outside of
Access.
 
L

Larry Linson

Saved Queries are very similar to stored procedures (albeit not in T-SQL)
and you can access and use Queries from VB (and, I am sure, from C++, also).

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top