ADO DBase

From: Vassili (v.gontcharov_at_laposte.net)
Date: 07/23/04


Date: Fri, 23 Jul 2004 09:02:13 +0200

Hi alls,
I use ADO 2.7 and a network dbase's file(.dbf), my application uses 2 ways
to connect to dbf file - DSN and Microsoft.Jet.
The values of ADO errors aren't same like ADO errors constants.
For exemple : ADO constant addResourceLocked is 3730 - I intercept in my
application
3639.
What is wrong?
Do I instal Microsoft.Jet in target machine with dbf file?
My Connection String with ADO - Provider=Microsoft.Jet.OLEDB.4.0;Data
Source= PATH;Extended
Properties=dBASE IV;

Thanks in advance
Vassili



Relevant Pages

  • Re: Creating dbf table using ADO Recordset open method
    ... table name specified is longer than 8 characters is will truncate to 8 ... Since then other version of "xBase" have appeared, ... It also depends on the tool you plan to use the .dbf file - obviously if it ... what version of ADO you are using, ...
    (microsoft.public.data.ado)
  • simultaneous read/write using ado
    ... I'm writing a delphi program that writes a dbf file using ado. ... I'm using TADOConnection and TADOCommand. ... I want to execute two programs that read and write simultaneously in the same dbf file. ... Do I need to build some security to avoid a corrupt database or is this taken care of in the ADO component? ...
    (microsoft.public.data.ado)
  • simultaneous read/write ado
    ... I'm writing an delphi application that writes a dbf file using ADO. ... If two applications try to read and write in the same dbf file, do I need to build security to avoid corupt databases? ...
    (microsoft.public.data.ado)
  • Clipper and ADO
    ... How can I access to dbf file (clipper) for example Client.dbf using ADO? ... Jhon ...
    (microsoft.public.vb.general.discussion)
  • Re: List of ADO Errors
    ... Ado errors are listed in the ADO help file available with the MDAC SDK. ... pretty sure it is available on MSDN as well. ...
    (microsoft.public.data.ado)