new Account[50],FreeAccount[50]; SQL_ReadResult(Query,36,Account,49) SQL_ReadResult(Query,37,FreeAccount,49) SQL_FreeHandle(Query) check_this_query(Account,FreeAccount); } public check_this_query(Account[],FreeAccount[]);