passwords for database

If you want it to ask for a password then it has to use SQL Server authentication. And, just so you know - if you do it that way and someone can get to your tables in your program they can find your username/password.
 
If you want it to ask for a password then it has to use SQL Server authentication. And, just so you know - if you do it that way and someone can get to your tables in your program they can find your username/password.

how can they?
 
how can they?

If you go into the database and put your mouse over one of the tables it will show the connection string as a popup and if that doesn't show it, if they know how to get to the MsysObjects table, it shows it in there.
 
oh but they have to get to the tables and i think i blocked that no bypasskey, and my vba has a password on it. any other possible way?
 

Users who are viewing this thread

Back
Top Bottom