View Single Post

  #1 (permalink)  
Old 09-19-2005
stephenmillington stephenmillington is offline
Member
Yellow Belt
 
Join Date: Jun 2004
Posts: 36
How do I update the value of a field in a recordset?

I have imported data using the DataSets.ImportData method. How do I update the value of a field of a record in the dataset? Is the only way to import the data using the LinkData method instead and then use the UpdateLink method. If so, does this not mean it refreshes the entire dataset and therefore will be slow? All I want to do is update the value of a field of a single record.
Reply With Quote