gpt4 book ai didi

c# - 如何检查数据库是否存在?

转载 作者:太空狗 更新时间:2023-10-29 22:03:30 27 4
gpt4 key购买 nike

我想知道是否有一种优雅的方法来检查数据库是否存在?简而言之,如何测试数据库连接字符串的连接?

谢谢

最佳答案

在连接字符串中设置Initial Catalog=master并执行:

select count(*) from sysdatabases where name = @name

@name 设置为数据库的名称。

如果您想检查整个连接字符串(而不是独立数据库的存在),请尝试在 try/catch block 中连接到它。

关于c# - 如何检查数据库是否存在?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/873254/

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