Groups | Blog | Home
all groups > dotnet academic > february 2006 >

dotnet academic : Issues with refresh of table adapater


bradbritton
2/21/2006 10:50:27 AM
I have a routine that updates a table from input in text boxes on a form. For
the most part it works, but after I update the data that I pull (record
pulled is defined from combo box selection) It does not show the updated data
in the form, unless I restart the app. Is there a built in method for
refreshing after an update??

Thanks

pvdg42
2/26/2006 8:41:54 AM

[quoted text, click to view]

Are you calling AcceptChanges() after Update()? If so, are your controls
bound or unbound? If unbound, you need to do it in code. If bound,
AcceptChanges should do the trick.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.

AddThis Social Bookmark Button