I need to be able to merge the data from two cursors into one record for example :-
Cursor Fred contains Record A which consists of an account number and name & address details.
Cursor Mary contains Record A which consists of an account number (same one as in Fred's Record A) and balance details.
I need one record :- Account number, name & address and balance details.
Anyone tell me the best way to do this ?
Thanks folks.
Cursor Fred contains Record A which consists of an account number and name & address details.
Cursor Mary contains Record A which consists of an account number (same one as in Fred's Record A) and balance details.
I need one record :- Account number, name & address and balance details.
Anyone tell me the best way to do this ?
Thanks folks.