This is the connection string that connect the C++ code with the MySQL and this is hardcoded so if some other user have to run the solution they have to change the username servername Pwd. My question is how do I remove this hard code so that it will be efficient and everyone can run the solution without having change anything?
ost <<" DRIVER=SQL Server Native Client 11.0; SERVER=Avchar-D\\ENTERPRISE2014;Database="<< czDataSourceName << ";Uid=da; Pwd=P@ssw0rd10;Integrated Security=SSPI;Persist Security Info=False";