im using this connection string:
[code=vbnet]
Con = New OleDb.OleDbConn ection("Provide r=sqloledb;Data Source=Datadiss 3;Initial Catalog= " & Database & ";" & "User ID=username;Pas sword=password; connect timeout=0")
[/code]
and i get error connection timed out.
Why is the connect timeout=0 not working?
Or can any one suggest anything?
Thanks
James
[code=vbnet]
Con = New OleDb.OleDbConn ection("Provide r=sqloledb;Data Source=Datadiss 3;Initial Catalog= " & Database & ";" & "User ID=username;Pas sword=password; connect timeout=0")
[/code]
and i get error connection timed out.
Why is the connect timeout=0 not working?
Or can any one suggest anything?
Thanks
James
Comment