In an application that needs to open a database connection, the username/password details must be sent to the database. What is the most secure way of storing, and using, th
not in your source code but instead in a separate file read by your application. then use system security to make this file only readable by the application user