我已将基于服务的数据库(.mdf)添加到我的 Window 窗体应用程序项目中。但我
我无法给出数据库的正确路径。我给出的路径如下,但它
给出无法打开连接的异常
connection = new SqlConnection("user id=Sarao-PC\\Sarao;" +
"password=sarao;server=SARAO-PC\\SQLEXPRESS" +
"Trusted_Connection=yes;" +
"database=Database11 " +
"connection timeout=30");
Database11 是一个基于服务的数据库。
给出.mdf文件路径的正确方法是什么