Choosing a Python module for accessing Microsoft SQL Server Unicode data

One day I found myself in need of Python code, which retrieves Unicode data from Microsoft SQL Server tables. The code needs to run on a PC with MS-Windows XP. The dbi and odbc modules, which I used in the past, failed miserably in this task, by forcing the Unicode data to be converted into … Continue reading Choosing a Python module for accessing Microsoft SQL Server Unicode data