存储过程中返回多个记录集,如:
  select * from db1
  select * from db2
  select * from db3
  go当我使用command执行该存储过程时,该如何获取具体的数据?!!