Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i write a simple web service that connect to MS access database.
this web service reference add to a windows application and display the data.
if i insert a new record in database, client application display(alert) a popup box or show the updated record in client application.
how to write code for this?
i try with timer control, but not success ?
any solution would be appreciated .
thank you
Posted
Comments
Mohamed Mitwalli 21-May-12 2:13am    
Share your code

You can do t his by adding a check on db where new record can b e fetched and alert is shown on client side containing the latest db record
 
Share this answer
 
You must be having a mechanism to find out if new record has been inserted or not in database. If record is inserted successfully then just fetch latest data from database and update your data in client application or else notify the user.
 
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