mySelectQuery= "SELECT * from planes where 出发地='"+departplace1+"'and 目的地='"+arriveplace1+"' and 公司='"+company1+"'" VB 的连接字符串好像不是这么写的吧?
mySelectQuery= "SELECT * from planes where 出发地='"&departplace1&"'and 目的地='"&arriveplace1&"' and 公司='"&company1&"'"