Re: I can't syncdb via django_pyodbc of Django.

2014-12-12 Thread Sugita Shinsuke
Hello Fred Stluka Thank you for detailed document. I resolved syncdb in Windows OS. My SQL Server setting was something wrong. I will try Linux edition also. 2014年12月12日金曜日 3時03分35秒 UTC+9 Fred Stluka: > > Sugita, > > Django does work with MS SQL Server, but not as well as with > other DBs.

Re: I can't syncdb via django_pyodbc of Django.

2014-12-11 Thread Fred Stluka
Sugita, Django does work with MS SQL Server, but not as well as with other DBs. I have to use it because I'm interacting with on old legacy DB, but I'm gradually migrating everything to MySQL. To connect to MS SQL Server, from Mac, Linux and Windows, I use the following settings:

Re: I can't syncdb via django_pyodbc of Django.

2014-12-11 Thread Sugita Shinsuke
I use SQL Server Japanese edition. So, I also wrote Japanese error message here. django.db.utils.ProgrammingError: ('42000', '[42000] [Microsoft][ODBC SQL Server Driver][SQL Server]このログインで要求されたデータベース "db_test" を開けません。ログインに失敗しました。 (4060) (SQLDriverConnect); [01S00] [Microsoft][ODBC SQL Server

Re: I can't syncdb via django_pyodbc of Django.

2014-12-10 Thread Sugita Shinsuke
I use SQL Server Japanese edition. So, I also wrote Japanese error message here. django.db.utils.ProgrammingError: ('42000', '[42000] [Microsoft][ODBC SQL Server Driver][SQL Server]このログインで要求されたデータベース "db_test" を開けません。ログインに失敗しました。 (4060) (SQLDriverConnect); [01S00] [Microsoft][ODBC SQL Server

Re: I can't syncdb via django_pyodbc of Django.

2014-12-10 Thread Sugita Shinsuke
Hello pythonista, Thank you for replying. I tried django-pyodbc-azure But syncdb didn't run yet. As the website says, since I use Django 1.6.4, I installed django-pyodbc-azure as "pip install "django-pyodbc-azure<1.2"" I checked the odbc driver by Control Panel > Administrative Tools > Data

Re: I can't syncdb via django_pyodbc of Django.

2014-12-10 Thread pythonista
I can actually help you here. I had the same problem and tried 4 different modules. The only module that works with sql server is https://github.com/michiya/django-pyodbc-azure I am running it both on windows and linux, simultaneously. The settings components are displayed on the web site.

I can't syncdb via django_pyodbc of Django.

2014-12-10 Thread Sugita Shinsuke
Hi there. Could you tell me a good way to use Django with Micro Soft DB SQL server. I tried django_pyodbc. Any suggestion is appreciated. my PC of Environment is below. Database: SQL Server 2014 Express OS: Windows 7 Home Premium SP1 I used the django module, django_pyodbc. And, I tried to