What are the 2 CursorLocations - adUseServer & adUseClient used for? Are there any advantages/disadvantages of using one over the other? I have noticed that ASP sites which show examples of paging recordsets exclusively mention to use the adUseClient CursorLocation. Why so? Won't paging work if adUseServer is used instead of adUseClient? Also I have seen that irrespective of whether the CursorLocation is specified as adUseServer or adUseClient (or even if the CursorLocation property is not at all specified), it doesn't make difference in the data retrieval. Then what for should the CursorLocation property be used?
Thanks,
Arpan
Thanks,
Arpan