Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO Revisited
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00624761
Message ID:
00624861
Views:
11
>I'v been playing around with ADO for a few weeks or so. How do I
>know if I'v created a a client-side recordset?

Check recordset CursorLocation property
IF oRs.CursorLocation  = adUseClient    && 3
  * It's client side cursor
Endif
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform