Hi,
Can someone please tell me what I am missing here:
Dim conn2 As New SqlConnection
conn2.ConnectionString = "File Name=c:\tempdb.udl;"
conn2.Open()
Every place I've read about using a UDL file to connect to SQL Server has said to use "File Name=path\filename.udl". However , I keep getting an error that says "Keyword not supported: 'file name'.
Your help is greatly appreciated.
Rudy
Can someone please tell me what I am missing here:
Dim conn2 As New SqlConnection
conn2.ConnectionString = "File Name=c:\tempdb.udl;"
conn2.Open()
Every place I've read about using a UDL file to connect to SQL Server has said to use "File Name=path\filename.udl". However , I keep getting an error that says "Keyword not supported: 'file name'.
Your help is greatly appreciated.
Rudy