Re: Displaying ConnectionString Property Editor
- From: "Bill Todd" <no@xxxxxx>
- Date: 28 Jun 2005 09:56:29 -0700
var
cs:WideString
Begin
cs := AdoConnection1.ConnectionString;
cs := PromptDataSource(Form1.Handle, cs);
It is the parent form's Handle property.
--
Bill Todd (TeamB)
.
- References:
- Displaying ConnectionString Property Editor
- From: listmember
- Re: Displaying ConnectionString Property Editor
- From: Bill Todd
- Re: Displaying ConnectionString Property Editor
- From: listmember
- Displaying ConnectionString Property Editor
- Prev by Date: Benefits of using TADODatasets over TADOQuery when running local MSDE
- Next by Date: returning a Recordset from a function/Dll
- Previous by thread: Re: Displaying ConnectionString Property Editor
- Next by thread: Benefits of using TADODatasets over TADOQuery when running local MSDE
- Index(es):
Relevant Pages
|