cancel
Showing results for 
Search instead for 
Did you mean: 

Temp recordset like ADO recordset

Former Member
0 Kudos

Hi,

I want to create temp recordset like ADO recordset using SAPbobsCOM.Recordset. Anybody has a solutions for this. I don't want to use ADO recorset.

Regards,

Manish Badbe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

I'm not sure what you mean by temp RecordSet and then later saying you don't want to User an ADO.Recordset.

I personally use a <b>DataSet</b> instead to keep the data. But bare in mind that there are no solutions to say assign a SAPbobsCOM.Recordset to an ADO.Recordset in a statement like

adoRS = sboRS

wouldn't that be beautiful? You have to build the recordset structure yourself and load the data from the SAPbobsCOM.Recordset to your temp recordset.

Answers (0)