gpt4 book ai didi

c# - SQL Server 2008 R2 连接字符串

转载 作者:太空宇宙 更新时间:2023-11-03 22:17:29 25 4
gpt4 key购买 nike

大家好。

我在 Windows XP 32 位上安装了 SQL Server 2005,并且只使用了这个连接字符串

Server=.\SQLEXPRESS;database=GroupALD; Integrated Security=True" 

现在我有 Windows 7 64 位和 SQL Server 2008 R2 我正在尝试使用相同的字符串连接数据库但它显示此错误

Cannot open database "GroupALD" requested by the login. The login failed. Login failed for user 'lester\les'.

有人可以帮帮我吗?

我正在使用 C# 和 Winforms

最佳答案

是的,试试connectionstrings.com :

Data Source=myServerAddress;Initial Catalog=myDataBase;Integrated Security=SSPI;

关于c# - SQL Server 2008 R2 连接字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4529816/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com