Hello-
This field is new for me, and I've looked elsewhere for tutorials.
I was recently given an SQL Server (IP) Address, username, and password. I need to work with the data in Access, and don't quite know how to get the two to speak to one another.
I've made a new project from existing data, and got to the Data Link properties. It's clear where the username and password goes, and I took a guess that the IP address goes in the "Select of enter server name" box. In fact, testing the connection with those gave me the following error:
"Test connection failed because of an error in initializing provider. Login failed for user 'myUserName'."
I didn't know if I was doing something completely wrong or not, but putting in a bogus address gave me:
"Test connection failed because of an error initializing provider. [DBNETLIB][ConnectionOpen (Connect()).]SQL
Server does not exist or access denied."
This leads me to believe I put the server address in the right place, but for some reason I'm still stuck on the outside. Am I doing something wrong? Or is my username/password incorrect?
This field is new for me, and I've looked elsewhere for tutorials.
I was recently given an SQL Server (IP) Address, username, and password. I need to work with the data in Access, and don't quite know how to get the two to speak to one another.
I've made a new project from existing data, and got to the Data Link properties. It's clear where the username and password goes, and I took a guess that the IP address goes in the "Select of enter server name" box. In fact, testing the connection with those gave me the following error:
"Test connection failed because of an error in initializing provider. Login failed for user 'myUserName'."
I didn't know if I was doing something completely wrong or not, but putting in a bogus address gave me:
"Test connection failed because of an error initializing provider. [DBNETLIB][ConnectionOpen (Connect()).]SQL
Server does not exist or access denied."
This leads me to believe I put the server address in the right place, but for some reason I'm still stuck on the outside. Am I doing something wrong? Or is my username/password incorrect?
Comment