how can i execute two queries using an adocommand that returns seperate recordsets and store the two recordsets returned into a adodataset and disconnect from the database while still having access to these two recordsets being able to switch between each at runtime after disconnecting from database? Is such a thing possible and how would i acheive this