I'm trying to connect using OLEDB to a SQL Server using SQL Server Native Client 10.0 using SQL Server Authentication. I enter all the details in the Connection dialog, I can even test the connection and receive the message "Connection Succeeded", however, when I click OK to insert the connection string I receive an error:
"ErrorSource: Microsoft SQL Server Native Client 10.0, ErrorMsg: Login failed for user 'my domain\ local user'
What I don't understand is why is it trying to connect using my local credentials when I specified a SQL Server Authentication user in the set up - is this a bug? Am I missing something?