You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Issue : django.db.utils.InterfaceError: ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (0) (SQLDriverConnect)')
am connecting windows authentication sql serer 2019 no user name and password
My connection string : Django Project
### Issue : django.db.utils.InterfaceError: ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (0) (SQLDriverConnect)')
am connecting windows authentication sql serer 2019 no user name and password
My connection string : Django Project
DATABASES = {
'default': {
'ENGINE': 'sql_server.pyodbc',
'HOST': 'SAYED-ZEESHAN\SQLEXPRESS',
'NAME': 'EmployeeDB',
'PORT': '1433',
'OPTIONS': {
'DRIVER': 'SQL Server Native Client 11.0',
},
}
}
The text was updated successfully, but these errors were encountered: