Re: D2005 Connection String Editor at runtime ???
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Fri, 27 May 2005 20:25:05 -0500
>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
.
- Follow-Ups:
- Re: D2005 Connection String Editor at runtime ???
- From: paolol
- Re: D2005 Connection String Editor at runtime ???
- References:
- D2005 Connection String Editor at runtime ???
- From: paolol
- D2005 Connection String Editor at runtime ???
- Prev by Date: writing extended procs in Delphi for SQL Server
- Next by Date: Re: Don't want to delete from secondary table
- Previous by thread: D2005 Connection String Editor at runtime ???
- Next by thread: Re: D2005 Connection String Editor at runtime ???
- Index(es):
Relevant Pages
|