Re: Clipper and ADO

From: Martin Walke (martin.walke_at_spamvega.co.uk)
Date: 06/02/04


Date: Wed, 2 Jun 2004 17:05:45 +0100

Hi Jhon,

You should be able to specify the ConnectionString property of the ADO
object to point to the Dbase driver - on the assumption that you have it
loaded. When you deploy you'll also have to make sure that the driver gets
copied to the target machine. You can use the data view wizard (amongst
others) to get the connectionstring syntax.

HTH
Martin

"Jhon" <anonymous@discussions.microsoft.com> wrote in message
news:797B7C6B-CB5F-4CC8-8662-19A7C87F5069@microsoft.com...
> Hello everybody,
>
> How can I access to dbf file (clipper) for example Client.dbf using ADO?
>
> Thank you for your help!
>
> Jhon



Relevant Pages

  • Re: Clipper and ADO
    ... > You should be able to specify the ConnectionString property of the ADO ... > object to point to the Dbase driver - on the assumption that you have it ... Clipper index files. ...
    (microsoft.public.vb.general.discussion)
  • Re: Calling the ConnectionString Creator dialog
    ... >TADOConnection, clicking in the ConnectionString property you can bring up a ... I'm sure this is just the ADO dialog from micorsoft, ...
    (borland.public.delphi.database.ado)
  • Undefined function accessing dBase
    ... We're getting an undefined function error in Delphi 5 using ADO to access ... dBase IV tables using the connection string: ... Provider=MSDASQL;Driver={Microsoft dBase Driver ...
    (borland.public.delphi.database.ado)
  • Re: Calling the ConnectionString Creator dialog
    ... > TADOConnection, clicking in the ConnectionString property you can bring up ... I'm sure this is just the ADO dialog from micorsoft, ... There is a function definition and also an "example" on how to call it in ...
    (borland.public.delphi.database.ado)
  • How to access the connection builder
    ... How do I access the connection builder of the ADO, ... you click the ellipsis button of the connectionstring property of an ADO ...
    (borland.public.delphi.database.ado)

Loading