This document provides an overview and comparison of different client-server data access techniques in Visual FoxPro, including remote views, dynamic SQL pass-through, stored procedures, and cursor adapters. It evaluates these techniques based on categories like ease of use, performance/scalability, maintainability, flexibility, and security concerns. The document recommends choosing the best approach for each application and mixing techniques when necessary to achieve flexibility. It also encourages developers to be informed when selecting a data access strategy.