gvielliard
Programmer
Hi all,
I am new in ASP, my problem is that I get datas in two SQL servers, the store procedures are the same and they retrieve two recordsets which have exactly the same field names.
I need only one recordset because I use Crystal Report and it allows only one recordset.
I have already tried the GetRow method on the first recordset, then the AddNew method on the second with the array I had , but it doesn't work , I get this message:
"Object or provider is not capable of performing requested operation"
Actually what I really need is how to merge two recordsets into one.
Thank you for your help.
Gilles
I am new in ASP, my problem is that I get datas in two SQL servers, the store procedures are the same and they retrieve two recordsets which have exactly the same field names.
I need only one recordset because I use Crystal Report and it allows only one recordset.
I have already tried the GetRow method on the first recordset, then the AddNew method on the second with the array I had , but it doesn't work , I get this message:
"Object or provider is not capable of performing requested operation"
Actually what I really need is how to merge two recordsets into one.
Thank you for your help.
Gilles