Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have create report which gets data from microsoft access database
now i insert new data to this database
so,new data of this database must reflect to report
but it not showing the newly inserted data and only shows old data to the report
i have use report viewer to get data of report

What I have tried:

i write this
mydatabase is my access database
mydatabase.acceptchanges();
mydatabase.getchanges();
I am Waiting Guys!!!!!!!!
Posted
Updated 10-Oct-16 21:51pm
v2
Comments
Suvendu Shekhar Giri 11-Oct-16 9:42am    
Not clear.
While you have explained your problem clearly, you forgot to describe the architecture implemented and how it is fetching data and data source?
gggustafson 11-Oct-16 12:59pm    
Are you sure that you have updated the database. Your code appears to suggest that you might write but not actually update the Database.
[no name] 18-Oct-16 9:40am    
Thank You gggustafson,it works Thank you once again

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