sMall!Girl Posted January 28, 2010 Report Share Posted January 28, 2010 (edited) Hi allI am getting this error when I try to connect to the server remotely from myVB.net application. Here is my connection string:Provider=SQLNCLI.1;Data Source=SmallGirl;Integrated;Initial Catalog=myDBSecurity=SSPII have search for it and i got some advice to replace SQLNCLI.1 with SQLOLBDBbut still it is not workingplz help me thanks Edited January 28, 2010 by sMall!Girl Link to comment Share on other sites More sharing options...
justsomeguy Posted January 28, 2010 Report Share Posted January 28, 2010 The problem is that the provider you're trying to use does not exist on that machine. So, you need to either install the provider that you want to use, or find a different one that's already installed and use that. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now