Re: Need ODBC driver for DBF files for VISTA
- From: DK <dwesley@xxxxxxxxxxxxx>
- Date: 1 May 2007 13:04:34 -0700
On May 1, 2:16 pm, Paul Clement
<UseAdddressAtEndofMess...@xxxxxxxxxxxxxx> wrote:
On 1 May 2007 11:40:15 -0700, DK <dwes...@xxxxxxxxxxxxx> wrote:
¤ Does anyone know where to obtain the ODBC driver install file for DBF
¤ files that will install under VISTA.
¤
¤ The 2 that I have will not install with VISTA.
ODBC may not be the best choice. Can you use the ISAM drivers with Jet OLEDB instead?
Maybe you could indicate how you are trying to connect.
Paul
~~~~
Microsoft MVP (Visual Basic)
Paul,
I have this one DBF file that for whatever reason cannot be read using
the OLEDB driver.
The connection string being passed is:
Driver=Microsoft Visual FoxPro
Driver;UID=;PWD=;SourceType=DBF;Exclusive=No;BackgroundFetch=Yes;Collate=Machine;Null=Yes;Deleted=Yes;SourceDB=c:
\datafile.dbf
The open statement works perfectly fine with VB6 under XP but fails
when run under VISTA.
The ODBC driver that comes installed with VISTA is version 1.00.02.00
dated 11/2/2006 the one on the XP machine is version 6.01.8629.01
dated 12/7/1999.
You have any idea why the OPEN might fail with an error that says that
function is not supported.
The open statements look like this:
On Error GoTo dberrorDBF
Set cnnDBF = New ADODB.Connection
With cnnDBF
.ConnectionString = ConnectDBF
.Open
End With
The error gets trapped in dberrorDBF.
But the original question was due to the fact that the VFPODBC.MSI
will not run with VISTA.
.
- Follow-Ups:
- Re: Need ODBC driver for DBF files for VISTA
- From: Cindy Winegarden
- Re: Need ODBC driver for DBF files for VISTA
- From: Ralph
- Re: Need ODBC driver for DBF files for VISTA
- References:
- Need ODBC driver for DBF files for VISTA
- From: DK
- Re: Need ODBC driver for DBF files for VISTA
- From: Paul Clement
- Need ODBC driver for DBF files for VISTA
- Prev by Date: Re: Need ODBC driver for DBF files for VISTA
- Next by Date: Re: Need ODBC driver for DBF files for VISTA
- Previous by thread: Re: Need ODBC driver for DBF files for VISTA
- Next by thread: Re: Need ODBC driver for DBF files for VISTA
- Index(es):
Relevant Pages
|