Click here to Skip to main content
15,911,711 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,

I am working on VB.Net windows application.
I want to bind access database to datagridview. My database change every 30 sec.
I don't want to re-fetch again and again.

When database change only change made to database will show on datagridview.

i.e. when any row added database then row add in datagridview and
if remove from database it will automatically remove from datagridview and
if some column value change in database then same value update in datagridview cell.
Posted

1 solution

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