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
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