Ich habe es gefunden. =) (
http://support.microsoft.com/kb/310083)
Für die Nachwelt:
- Microsoft ActiveX Data Objects x.x- und Microsoft OLEDB Service Component 1.0-Typenbibliothek zum Projekt hinzufügen
- Folgenden Code als Grundlage nutzen:
Code:
connDlg := new MSDASC.DataLinksClass();
csb := new SqlConnectionStringBuilder((connDlg.PromptNew() as ADODB._Connection).ConnectionString);
Danke für eure Aufmerksamkeit.
Weitermachen!