Hello All,

I am try to connet Django 1.9.5 with MSSQL SERVER 2012. 

I have some Question:-

is django work fine with SQLSERVER 2012 ?

I try listed Package. but not success..

1.  'ENGINE': 'django_pyodbc',  
 Showing me Error:   Django 1.9 is not supported.

2.'ENGINE': 'sqlserver_ado',
 showing me error:- #Try using 'django.db.backends.XXX', where XXX is one 
of: 'mysql', 'oracle', 'postgresql', 'sqlite3'

3. 'ENGINE': 'sql_server.pyodbc'
django.db.utils.ProgrammingError: ('42000', "[42000] 
[unixODBC][FreeTDS][SQL Server]Login failed for user 'mandeep'. (18456) 
(SQLDriverConnect)")


All are using with FreeTDS.

i did not want to down grade my Django Version.

Can anyone help me to out this problem.??


Thanks
Mandeep Kumar

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1d6e611a-ae5d-459e-b4ec-8008915303e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to