Is there any reason why a server running DFS and sql server 2005 would
prevent users from accessing the sql server with a VB.Net connection
string of:
PersistSecurityInfo=false;IntegratedSecurity=false ;Server=Servername;database=databasename;
uid=username;pwd=password;
Is there something else that needs to be entered or could the servername
be incorrect? Should I use the Port number too? Any help would be
appreciated. I'm asking for my network administrator who is convinced
that my connection string is at fault and I don't really know anything
about DFS. Thanks
|