[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

CCADORecordet class limitations

NewBee

12/7/2005 4:35:00 PM

I have a class in Axapta with a method that returns a CCADORecordset object
to a web page, but the CCADORecordset class seems to have a very limited set
of properties/methods when compared to an ADODB.Recordset object in ASP.

When using the CCADORecordset class this way, is there a way to access such
ADODB.Recordset properties/methods as Save, PageSize, AbsolutePosition,
Recordcount, etc...?