额,从来没有遇到说循环连接数据库查询的,那你岂不是要不断的连接数据库关闭数据库。我觉得你可以先把execl数据都导入到数据库一张表里,再做连接查询,最后绑定dataGridView
好吧,给你个最简单的解决办法:select * from users where user_no='1'unionselect * from users where user_no='2'unionselect * from users where user_no='3'......你看这样如何?