November 9, 2006 at 4:01 pm
I am trying to access a SQL Server 2005 database with a Perl script. In order to do this I plan on using ODBC. When I create a new Data Service Name using the Microsoft ODBC utility, I get this error:
Connection failed:
SQLState: '01000'
SQL Server Error: 1326
Server does not exist or access denied.
Connection failed:
SQLState: '08001'
SQL Server Error : 17
Server does not exist or access denied.
Anybody know why this is?
November 10, 2006 at 2:37 am
Well, either you typed in the name of the server wrong or it is inaccessible or the login credentials are wrong or the login does not have permission to access the database you have set as the default or the server does not allow remote connections or ..........
November 10, 2006 at 4:40 am
are you using the new 'SQL Native Client' provider?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply