Hi,
I have the following connection string, I dont think I really need the workstation ID in there? What does it do? When I just take it out the connection string wont work anymore, how should it look without it?
VB Code:
Public ConnectionString = "workstation id=BANTAM;packet size=4096;integrated security=SSPI;data source=DEVSQ" & _ "LServer;persist security info=False;initial catalog=Database1"





Reply With Quote