Re: Calling the ConnectionString Creator dialog

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 09/24/04


Date: Fri, 24 Sep 2004 09:13:08 -0500


>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?

PromptDataSource is what you are looking for.
Its an undocumented method so this URL will probably help you
http://www.geocities.com/SiliconValley/Lakes/1636/D5ADO.HTM

--
Brian Bushay (TeamB)
Bbushay@NMPLS.com


Relevant Pages

  • 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)
  • Calling the ConnectionString Creator dialog
    ... How do you call that ADO Connection String dialog at runtime? ... 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)