I want to connect my python script to SQL server:
import pyodbc
conn=pyodbc.connect('Driver=SQL_Server;Server=SQLEXP;user=44;DB=test)
I got the following error:
('28000', '[28000] [Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user. (18456) (SQLDriverConnect);
and
[28000] [Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot open database "test" requested by the login. The login failed. (4060); [28000] [Microsoft][SQL Server Native Client 11.0]Invalid connection string attribute(0);
I have gone through other posts about this on blog but no solution found.
provider cannot be found error in python connecting to SQL Server
pyodbc-data-source-name-not-found-and-no-default-driver-specified