I need help Passing Password

A

Al

I have db1 and db2 many times the user needs to open db2
while they are in db1. Since the security is enforced, they
normally have to re-enter their user ID and Password. How
can I pass these 2 Pieces of info so that they can open db2
from within db1 without having to re-enter userid and password?
Thank you
Al
 
T

Tim Ferguson

How
can I pass these 2 Pieces of info so that they can open db2
from within db1 without having to re-enter userid and password?

If you (they) are working in a protected Workspace, then opening the new
database in the same workspace will give it the same username and password.
On the other hand, if they need a different username and password, you need
to create a new Workspace object, set its properties, and open the second
database in that.

Details are documented in the Help files for the DBEngine and Workspace
objects.

Hope that helps


Tim F
 

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