Refilling table

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I have several tables in a dataset. How can I reread the data from
underlying database in only one of the tables?

Thanks

Regards
 
You can call myDataSet.Tables[myTableIndex].Clear

THen just call Da.Fill again on the same table.

HTH,

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top