You would probably have to loop through the resultset and assign each row to an array; you can't just split the resultset;
it might be easier/faster to just have to queries with their own resultset
x86phre3x commented: The code provided by this user works exactly as what I intended and it's simpler than what I have imagine. +0