Area: database\ado
Reference Number: 72795 Status: Open 
Date Reported: 10/12/99Severity: Infrequently EncounteredType: Minor Functionality FailureProblem:Scrolling through an ADO dataset with 
CursorLocation = cllUseClient is significantly slower 
than the equivalent operation usiing straight ADO.Problem is the call to Recordset.AbsolutePosition 
which is made in the InternalGetRecord method 
call.Workaround:Use a server side cursor instead.