Hi
Has anyone know how to establish connection to sql server with using udl file?
I am using win form and
vb net 2005.
if I use Imports System.Data.Sqlclient
then dim conn as new sqlConnection("FILE NAME = C:\test.udl")
test.udl -> use oledbprovider to sql server
try to conn.open, it failed.