3
Answers

C# Project with Sql 2005 database

rania Magdy

rania Magdy

15y
2.2k
1
Hi All, I have a SQL 2005 Database attached to my project with this connection string: Data Source=.\SQLEXPRESS;AttachDbFilename=D:\CSharp\Store\Database\Store.mdf;Integrated Security=True The problem is: when I release the project to setup.exe, it ask for the database, I need a solution that doesn't require me to give the database to the client. Please answer me
Answers (3)