I am using MS-Access & VB.Net
I want to change Database password which use for connection string in Vb.Net forms
(DB password change using, Open DB through MS-Access)
For the beginning I used My.setting to save password and retrieve it from project load, but it not secure. My.Setting files easily can open through even Notepad.
Is there any way to do this,