Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am creating a windows application in C# which uses access 2007 as database and .net 4.0 framework.
when i deploy my project with database and run it on client machine, my application is retrieve data from database but when i make changes to data then those changes won't reflect in database ,in code behind i have given code for update and insert data and it is working fine in visual studio but not after deployment and installation


what is the problem ?

please tell me
Posted
Updated 26-Aug-12 4:26am
v3
Comments
[no name] 26-Aug-12 10:25am    
Is your database read only?

1 solution

if you use Datagridview in your project don't forget
C#
DataBind()
attribute to refresh the fields in database
good luck
 
Share this answer
 

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