|
-
Sep 27th, 2003, 02:52 AM
#1
Thread Starter
Member
Initializing DataLink Property Dialog
Hi all,
I know that, to use the datalink property dialog we need to include Microsoft OLEDB Services Component and include the MSDASC namespace.
To use the datalink property dialog, we create an instance of the object followed by calling the PromptNew() method:
Dim dataLink As New DataLinksClass()
dataLink.PromptNew()
My question is, how do i initialize the datalink property dialog programmatically specifying the username and password, etc.?
Thanks in advance.
Archaven
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|