连接字符串与本地db c#windows窗体

时间:2017-01-08 00:26:44

标签: c# winforms database-connection

我使用Visual Studio 2015创建了一个数据库,将其作为mdf文件在本地添加

遵循本指南:link

抛出的异常是Format of the initialization string does not conform to specification starting at index 81.

我正在构建一个Windows窗体应用程序。

我的连接字符串看起来像string cs = @"Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\TestDb.mdf;Integrated";

1 个答案:

答案 0 :(得分:1)

您可以使用Visual Studio的服务器资源管理器连接到您的数据库,然后您将获得正确的连接字符串:

http://www.c-sharpcorner.com/uploadfile/suthish_nair/how-to-generate-or-find-connection-string-from-visual-studio/