Re: Calling the ConnectionString Creator dialog

From: Thomas Mueller (news_at_s2h.cx)
Date: 09/24/04


Date: Fri, 24 Sep 2004 10:36:25 +0200

Hi,

Bryce K. Nielsen wrote:

> How do you call that ADO Connection String dialog at runtime? I mean, in a
> TADOConnection, clicking in the ConnectionString property you can bring up
> a dialog. I'm sure this is just the ADO dialog from micorsoft, but I'm not
> sure what call it is to bring that up. Anyone know how to do this?

There is a function definition and also an "example" on how to call it in
one the Ado Express units. Unfortunately I don't recall the name of the
function, but I am sure I found it there.

twm



Relevant Pages

  • 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)
  • 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)
  • 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 ...
    (microsoft.public.vb.general.discussion)
  • Re: Ado, Threads (and videotape)
    ... > I protect the attributes with a TMultiReadExclusiveWriteSynchronizer. ... > Access BD (using ADO). ... You can have only one TADOConnection for it. ... TADOConnections has sense, for example, if you need to connect to multiple ...
    (borland.public.delphi.database.ado)
  • ADO Threads and Connection Pooling
    ... What does the statement "ADO is thread safe" actually mean? ... I want to create a multi-threaded data processing application. ... do I need a separate TADOConnection created in each thread. ...
    (borland.public.delphi.database.ado)