what are the possible alternatives to avoid hardcoding the connect string , username and password in the database connection class, and still remain encrypted.
shilpa kulkarni
Ranch Hand
Joined: Jun 07, 2000
Posts: 87
posted
0
Store it in a .ini file and read the file each time you need username and password.