Share via


Programming for Shared Access

If you create an application that will run on several machines in a network environment or if several instances of a form will access the same data, then you must program for shared access. Shared access means providing efficient ways of using and sharing data among users, as well as restricting access when necessary.

Microsoft Visual FoxPro provides support for shared or exclusive access to data, locking options, data sessions, record and table buffering, and transactions. Although these features are useful particularly in shared environments, you can use them in single-user environments too.

In This Section

  • Optimizing Visual FoxPro in a Multiuser Environment
    Describes how to improve performance when running Visual FoxPro in a multiuser environment.

  • Web Services and Components
    Describes how to extend a basic Visual FoxPro application so it can work for multiple users, access and distribute Web services, use Microsoft ActiveX controls and automation-enabled applications, and add international capabilities.

  • Sharing Information and Adding OLE
    Discusses using ActiveX controls and object linking and embedding in your application to link to data and use the strengths of other applications.

  • Working with Data
    Provides information to help you create effective applications by analyzing data requirements and designing your application components to meet those needs.