hello there
i have created a windows application with sql database and i have published this application and from the setup i have installed it in another computer but when i run this it does not access the database how to solve this problem please guide me
thanks in advance
Loading

Kunal VaishyaPosted May 31, 2012, 7:29 AM
this also may this help you
DataSource=(Local);Initial catalog="Database Name";Integratd Security=True
Refer this Link to More Understanding
http://www.connectionstrings.com/sql-server-2005
Senthil muruganPosted May 31, 2012, 6:10 AM
U have to Use Like That
DataSource=.\(Server Name After slash);Initial catalog="Database Name";Integratd Security=True