VoiceGuide IVR Software Main Page
Jump to content

Connecting To Password Connected Database

Recommended Posts

We now have all of our scripts working correctly, however, one question remains. We need to have our subject database password protected. How do we format the database query module to run a query on a Access 2000, password protected Database.

There was an example using an Excel file in the help where you write the file location, ; PWD and the file password. Is this the same for access or is there another format. Thanks, Steve

Share this post


Link to post

In the "Connect String" entry specify:

 

;pwd=mypassword

 

replacing mypassword with your actual password.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×