Reply to comment

VFP OLE DB provider

The VFP OLE DB Provider allows other programming languages and applications to access Visual FoxPro databases and tables.

The VFP OLE DB Provider is 32-bit dll (VfpOleDB.dll) and cannot be used by 64-bit applications.

VFP OLE DB provider can be downloaded from here. It's the same version as the one included with Visual FoxPro 9.0 SP2.

The VFP OLE DB Provider recognizes any valid Visual FoxPro configuration file (config.fpw) that is stored in the same directory as the Provider. However, only the following settings in the configuration file are used by the Provider. They can be specified in a connection string as well.

  • MVCOUNT - sets the maximum number of variables that Visual FoxPro can maintain.
  • ENGINEBEHAVIOR - specifies the SQL Engine compatibility level.
  • TABLEVALIDATE - specifies the level of table validation to perform.
  • REFRESH - specifies how often local memory buffers are refreshed with changes from other users on the network.

Following properties can be set in a connection string but not in a config.fpw

  • DELETED=true/false
  • ANSI=true/false
  • REPROCESS=nnn
  • CODEPAGE=nnnn
  • VARCHARMAPPING=true/false
  • Collating Sequence=cSequenceName


Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <java>, <powershell>, <tsql>, <visualfoxpro>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.