Visual Studio/C# 实体数据模型
我在 Visual Studio 中为 SQL 数据库设置了 EDM。我在配置文件中设置了连接字符串,但我的问题是如何测试数据库是否正确连接。
如果我在配置文件中放置一个损坏的数据库连接字符串,程序仍然会启动并进行查询,然后它会抛出异常。如何确定字符串是否已成功连接?
谢谢
I setup a EDM for a SQL database in visual studio. I set the connection string in a configuration file but my question is how I can test if the database was properly connected.
If I put a broken connection string for the database in the config file, the program still boots and makes its way to the queries, then it throws an exception. How can I ensure that the string has made a successful connection or not?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
调用检查数据库是否存在
Make a call to check if the DataBase exists