97 to 2003 missing queries

  • Thread starter Thread starter dschl
  • Start date Start date
D

dschl

Someone is eating my queries.

When I open my '97 Access database in VB using ADO/Jet4 OleDB, I lose
many of the queries. They just disappear from the Procedures
collection.

Has anyone else seen this? How do I turn off the magic?

Any thoughts?

Thanks,
-Dave
 
Good call. Allen. I certainly didn't expect to find them there, but
they are.

Now, where do I find what the criteria is for selection into the views
as opposed to the procedures collection?

Thanks for the insight.

-Dave
 
Very broadly, action queries and those with parameters are procedures,
whereas basic SELECT queries are views.
 

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

Back
Top