Using SQL Pass-Through Technology

Using remote views is the easiest and most common method to access and update remote data. SQL pass-through technology allows you to send SQL statements directly to the server and, because the statements execute on the server, they are a powerful way to enhance the performance of your client/server application.

The following topics provide information on how to use SQL pass-through technology in your applications.

In This Section

  • How to: Use SQL Pass-Through Functions
    Explains how your client/server application can access remote data with SQL pass-through. A comparison of remote views and SQL pass-through technologies is also provided.
  • Using Result Sets
    Explains how Visual FoxPro handles result sets that are returned from SQL Pass-Through functions.
  • Sharing Connections for Remote Data
    Describes how Visual FoxPro makes it possible for you to share a connection handle for a remote data connection, which is useful for reducing the number of connections when managing SQL Server connections and server resources.
  • Selecting the Right Methods
    Describes and contrasts the best practices for use of remote views and SQL pass-through technology in your client/server application.

Related Sections

  • Working with Data
    Describes how to create effective applications with indexes, tables, and databases based on your data requirements.