Project Requirements: Option Strict Off and Reference Microsoft Ole DB Service Component 1.0 Type Library
Private Sub Button1_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim DataLink As New MSDASC.DataLinks Dim o As Object o = DataLink.PromptNew MsgBox (o.ConnectionString) End Sub