Re: D2005 Connection String Editor at runtime ???




>I will like to give the user the ability to use the "Connection String
>Editor" for wath I know it's an ActiveX, but I can't find any reference on
>how to show it at runtime, any help will be appreciated :)
>Thanks,


var
CS : WideString;
begin

CS:= AdoConnection1.connectionString;
//default to current connection string
CS := PromptDataSource(Form1.Handle, CS)
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



Relevant Pages

  • D2005 Connection String Editor at runtime ???
    ... I will like to give the user the ability to use the "Connection String ... Editor" for wath I know it's an ActiveX, but I can't find any reference on ...
    (borland.public.delphi.database.ado)
  • Re: Connection string - trusted connection
    ... "Data Link Properties" wizard will be started. ... Open "*.udl" file with text editor ... (Notepad). ... You will see target connection string, ...
    (borland.public.delphi.database.ado)