| Re: ODBC / Vista / Foxpro Hi Mythran,
For the record, not all DBFs are compatible with the dBase driver. FoxPro
DBFs created with VFP3-6 may be accessed via the FoxPro and Visual FoxPro
ODBC drivers, downloadable from
msdn.microsoft.com/vfoxpro/downloads/updates/odbc, and also DBFs that are
created with VFP7-9 if they don't use any of the new data features added in
VFP7 and above.
All versions of FoxPro DBFs are accessible via the FoxPro and Visual FoxPro
OLE DB data provider, downloadable from
msdn.microsoft.com/vfoxpro/downloads/updates .
--
Cindy Winegarden MCSD, Microsoft Most Valuable Professional
[email]cindy@cindywinegarden.com[/email]
"Mythran" <kip_potter********.com> wrote in message
news:emtRpNV7GHA.4348@TK2MSFTNGP03.phx.gbl...[color=blue]
>
> "Robert Hooker" <rhooker@noemail.noemail> wrote in message
> news:OG3ny8U7GHA.4552@TK2MSFTNGP05.phx.gbl...[/color]
[color=blue]
> You could try:
>
> "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=<path>;Extended
> Properties=dBASE IV;User ID=Admin;Password="
>
> as the connection string and use OleDb instead of ODBC.[/color] |