Re: [BangPypers] Django with MSSQL Server 2008

2013-09-26 Thread konark modi
I have used Python + TEIDD via JDBC, and Python + Microsoft SQL Server using ODBC.. I'll share my steps with you for connecting ODBC + Python on a linux machine(CentOS 5.x, 6.x) . 1. Install FREE TDS 2. Install Unix ODBC 3. Install PyODBC 4. Configure the TDS and ODBC settings in $HOME/etc/*.conf

Re: [BangPypers] Django with MSSQL Server 2008

2013-09-26 Thread Vivek Puri
Hi, I am a new to Django and i am trying to do some intial bit of learning myself. I am having difficulty with SQLServer drivers with ADO and pyodbc. Can any body suggest me exactly the approach. Please find the code in my settings.py file. If you could also provide me pointers to downloading th