Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以帮助我制作一个字符串。我想连接本地数据库,我的本地数据库没有密码。我正在使用以下字符串连接数据库,但出现错误无法为用户打开连接
string _connectionString = "Data Source=(local);Initial Catalog=CRM;Integrated Security=False;User Id=Ali-Pc;Password= ? ;connection Timeout=0";
您没有提及您要连接的内容,但是此站点对于查找大多数数据库的连接字符串非常有用
连接字符串
您可能希望将集成安全设置为 true 并且没有密码