INFO: Visual FoxPro ODBC Driver Connect String Attributes

Last reviewed: April 25, 1997
Article ID: Q167405
The information in this article applies to:
  • Microsoft Visual FoxPro ODBC Driver, versions 1.0, 5.0

SUMMARY

Many ODBC client applications enable the user to establish an ODBC connection without setting up an ODBC data source. The exact implementation of this varies from client to client, but it typically involves using an ODBC driver connect string.

The ODBC connect string that is used to establish the connection is specific to a given ODBC driver. The connect string generally contains the ODBC driver name and a number of driver-specific attributes.

MORE INFORMATION

The following table lists all of the Visual FoxPro ODBC driver connect string attributes:

   Attribute                 Value
   ---------                 -----
   BackgroundFetch           "Yes" or "No"

   Collate                   Any supported collating sequence

   Description               Description text

   Exclusive                 "Yes" or "No"

   SourceDB                  A fully qualified path to a directory
                             containing zero or more free tables, or the
                             absolute path and file name for a database.

   SourceType                "DBC" or "DBF"

REFERENCES

The Help file for the Visual FoxPro ODBC driver, Drvvfp.hlp, offers more information on the driver. To access this Help file, activate the ODBC Control Panel, highlight the Microsoft Visual FoxPro Driver, press the Setup button and click the Help button.


Keywords : FxinteropOdbc kbinterop vfoxwin
Version : 1.0 5.0
Platform : WINDOWS
Issue type : kbinfo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 25, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.