calling stored proc

J

JPM

Hi,

Access 2000 VBA:
Is there any way to call a stored procedure using DAO without using a SQL
pass-through query?

Thank,
JPM
 
D

Dirk Goldgar

JPM said:
Hi,

Access 2000 VBA:
Is there any way to call a stored procedure using DAO without using a
SQL pass-through query?

I can't think of one. Of course it doesn't have to be a *stored*
query -- you can create a temporary querydef, set it to execute the
pass-through query, and then destroy it.

On the other hand, it's straightforward to execute a stored procedure
using ADO instead of DAO.
 

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