1. [Microsoft][SQLServer JDBC Driver]Invalid operation for the current cursor position.
   解决办法:
     1.就是在查询完之后没有next();
      2.就是两个关联的表中没有条件相等的记录,例如:
      person表中的id 和cardInfo表中的userid