标签: c# sql
我正在编写的程序必须能够在每台PC上运行。这是一个表单应用程序。如何获取任何pc的用户名信息作为我的连接字符串的参数?
答案 0 :(得分:1)
来自myapplicaiton.exe.config:
connectionString="Data Source=myserver;Initial Catalog=myDB;Persist Security Info=False;User ID=USER_NAME;Password=USER_PASS;"