So I started working on an application that uses the MyODBC driver and when I was finished, I noticed an "app.config" file sitting in my /bin/ folder.
I know there are ways to use a connection string directly in my application, but I'm guessing the app.config file is used because I was using the Data Sources.
I'd still like to use Data Sources within VB.NET and have it so the username/password are not in plain view.
Any suggestions?
I know there are ways to use a connection string directly in my application, but I'm guessing the app.config file is used because I was using the Data Sources.
I'd still like to use Data Sources within VB.NET and have it so the username/password are not in plain view.
Any suggestions?