B bruce barker \(sqlwork.com\) May 22, 2006 #2 a quick look at the docs and you get: for (int i = 0; i < ds.Tables.Count; ++ i) { string name = ds.Tables.TableName; } the docs use foreach, but its slower. -- bruce (sqlwork.com)
a quick look at the docs and you get: for (int i = 0; i < ds.Tables.Count; ++ i) { string name = ds.Tables.TableName; } the docs use foreach, but its slower. -- bruce (sqlwork.com)