Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Waiting for Access to Update

Status
Not open for further replies.

Jengo

Programmer
Apr 17, 2000
100
US
I have a VB6 program that connects up to a database. It received and writes data to the database. When the user updates textboxes and clicks Save. I write the update query and send it to access then query that same information into a datagrid. They happen right after each other and after it updates the data does not appear in the datagrid. I have to close the program and reopen it and it's there, or I have to put a pause in the program. What I was wondering is if their is a way to ask access when it's done updating so I can get the most recent data?
 
StillExecuting

MichaelRed
m.red@att.net

There is never time to do it right but there is always time to do it over
 
If this is on a server (especially Netware 5.x), and the database if a file db (like MDB) then turn off the read/write cache for files.....
 
Silly question I know but are you sure you are refreshing the datagrid ?

::)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top