Click to See Complete Forum and Search --> : Refresh datatable


hellomadhu
April 24th, 2003, 01:55 AM
hi everybody

could anyone tell me how to refresh a datatable.
i.e. is there any method something like a requery method in
recordsets.

chanti
May 21st, 2003, 06:06 AM
Hi,

There is no such method to refresh the data in the datatable. You have to execute the query and get the datatable whenever you need it be refreshed. This is because ADO.NET is based on disconnected data.

Cheers.

hellomadhu
May 21st, 2003, 06:20 AM
Thank you very much for ur reply. i almost forgot raising this query as it is more then a month i posted this one.