Change Connection String After Creating Setup File in C#.NET

后端 未结 4 551
别那么骄傲
别那么骄傲 2020-12-18 10:14

I am creating a C# windows form applications, the working can be summarized as users fills some form and data is saved in Access database. Now the problem I am facing is tha

4条回答
  •  既然无缘
    2020-12-18 10:48

    In case of deploying the application, along with SQLLocalDB, the user (machine\user) should be added in your database to have access.

提交回复
热议问题