比如
For Each dr As DataRow In DataTables("员工").DataRows '从数据表中提取数据
改成
For Each dr As Row In Tables("员工").Rows '从数据表中提取数据