查询语句为:
string strsql = "select a1,a2,a3,a4 from t1 where nl=25";
查询到的记录有多条。
有一个内存表对象,如下:
DataTable dt = new DataTable();
如何将数据库中"select * from t1 where xh=5"读到内存表dt中去。
谢谢!