More Threads.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was trying to increase the number of threads that a program uses.
I thought this would do it.
application.setoption "Threads", 10

This give me an error. What is the correctly way to increase the number of
threads. via VBA.

Scott Burke
 
AFAIK, Access is single-threaded. I believe most database applications are.
 
Access help file says that Access defaults to 3 threads. You can change it
in the registry or programmiclly. I perfer the program option my self.

The catch. The help file does NOT tell how to change the threads but it
does show you how to change other options.!?

Scott Burke
 

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