How to: Open the Data Link Properties dialog and return to the connection string

xiaoxiao2021-03-05  25

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

转载请注明原文地址:https://www.9cbs.com/read-35470.html

New Post(0)