sbensen Report post Posted 02/21/2005 04:14 PM 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
SupportTeam Report post Posted 02/21/2005 09:47 PM In the "Connect String" entry specify: ;pwd=mypassword replacing mypassword with your actual password. Share this post Link to post