Hello!
Is there a way to hide the password of your database inside the source code?
"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & Application.StartupPath & "\Database.accdb; Jet OLEDB:Database Password = [B]MyPassword[/B]"
As you can see the password is exposed, increasing the risk for the database to be compromise. Is there anything you can suggest how can I work around this one?
Thanks in advance!