You have to 'dig' <g>...
DataSet.Tables[].Rows[1][]
Digging through each of the collections is a nightmare. It's actually
quicker to just type this into the Command Windows or add a Watch for
something like this:
DataSet.Tables["MyTable"].Rows[0]["FieldName"]
+++ Rick ---
--
Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/wwHelp
----------------------------------
Making waves on the Web
How in the heck do I traverse this rediculously long object model to find
out if I actually updated a particular value in my dataset???