Click here to Skip to main content
15,878,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
After inputting data to the database ,what coding should i use to see the changes in the datagridview at runtime .I am using Vb8 with access2003

How do i refresh the data grid view to show the newly inserted record without exiting the program
Posted
Updated 13-Apr-13 13:05pm
v2
Comments
[no name] 13-Apr-13 18:55pm    
You connect to your database, query the data and display it.
Polarfuze 13-Apr-13 19:07pm    
connection done..its displaying
i need to know how to refresh the datagrid after inserting the data ..to see the newly inserted record..at runtime
[no name] 13-Apr-13 21:03pm    
The exact same way.
Polarfuze 14-Apr-13 11:48am    
well i had made connection using the play button top right of datagrid view
so didnt get u the first time
made a sub for refresh and with coding to fill data..works now :D
Thank you

1 solution

The very same way to did it the first time you populated the grid. Connect to the database, query for the data, and bind the grid to it!
 
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