Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
When I build a project in visual studio 2008 the database is created in
bin-->debug folder. so original database is not fetch by project. So i delete that database which is created in debug folder but still same problem is occurs.

so data not saved in original database.

please help me.
Posted
Updated 8-Nov-12 20:27pm
v2

The thing you need is called "connection string". That tells your application where your database can be found and how to connect to it. Often, the connection string can be found in the app.config file.
 
Share this answer
 
Comments
Tejas11C 9-Nov-12 3:08am    
I also Check My Connection string it is ok
Hello,

Try creating a bound control(may be a bound data gridview control) where you are to establish a bound connection to your required database. In the process of doing so you will find in one of the steps you are getting a Visual Studio generated Connection String. Check if this connection matches with the Connection String used. If it does not match use the Visual Studio generated Connection String. This may solve the problem. If doesn't solve your problem kindly give us more details of your problem(including the details of your database).

Ritwesh.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900