scrx
05-02-2010, 04:12 PM
Hi,
I have another architecture-related problem I'm trying to solve.
I'm creating an Excel VBA client application that connects to an Access server database via ADO. The app will be used by multiple users and each one will have a unique username/password. The database will be on a web server and must therefore be password-protected. If the username/password is stored in the database, it means that the Excel VBA login form must query the database to authenticate the user. However, to query the user table, I must access the database, which is password protected. My question then is how can I access the databse without storing the database password in the VBA code because VBA code is simply not secure, even if password-protected. What's an alternative solution for this process?
Thanks,
Sylvan
I have another architecture-related problem I'm trying to solve.
I'm creating an Excel VBA client application that connects to an Access server database via ADO. The app will be used by multiple users and each one will have a unique username/password. The database will be on a web server and must therefore be password-protected. If the username/password is stored in the database, it means that the Excel VBA login form must query the database to authenticate the user. However, to query the user table, I must access the database, which is password protected. My question then is how can I access the databse without storing the database password in the VBA code because VBA code is simply not secure, even if password-protected. What's an alternative solution for this process?
Thanks,
Sylvan