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