| Author: vipul 06 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
Hi, if you want to attach your database with setup first of all you have to stop all your database then go to write folder of the database and take that database and then create setup.
Please Rate This Answer If They Helpful
Thanks & Regards Patel Vipul
|
| Author: Pannalal Sinha 06 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
if your database is SQL Server, then no need to attach it to the setup. Your connection string will fetch the database from the server. You need to just put the connection string properly.
Thanks Panna
|
| Author: raviranjan singh 14 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
use connection string to connect your application and sql server ..no need to attach setup....
|