Skip to Content
0
Former Member
May 08, 2015 at 12:14 PM

BoRecordSet in compield Mode

74 Views

Hello all,

I'don't know what this issue could be...

SAPbobsCOM.Recordset rs;

rs = (SAPbobsCOM.Recordset)sapStuff.oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);

rs.DoQuery(sSQL);

in DebugMode of StudioExpress 2010 .Net 4.0 (c#)

sdk v4.0.30319 from 9.1

it get the right result in debug mode but not in compield mode ??? I do the query with native Client in compiled Mode and the result is fine.

The Result in compiled mode is on every time 0 lines with BoRecirdset....

hope anybody knows about this ???

Best regards

Oliver