Re: [Tutor] Handling a Unicode Return using Pyodbc

2011-11-15 Thread Tim Golden
On 14/11/2011 21:43, Tony Pelletier wrote: Good Afternoon, I'm writing a program that is essentially connecting to MS SQL Server and dumping all the contents of the tables to separate csv's. I'm almost complete, but now I'm running into a Unicode issue and I'm not sure how to resolve it. I hav

Re: [Tutor] Handling a Unicode Return using Pyodbc

2011-11-14 Thread Marc Tompkins
On Mon, Nov 14, 2011 at 1:43 PM, Tony Pelletier wrote: > Good Afternoon, > > I'm writing a program that is essentially connecting to MS SQL Server and > dumping all the contents of the tables to separate csv's. I'm almost > complete, but now I'm running into a Unicode issue and I'm not sure how t

[Tutor] Handling a Unicode Return using Pyodbc

2011-11-14 Thread Tony Pelletier
Good Afternoon, I'm writing a program that is essentially connecting to MS SQL Server and dumping all the contents of the tables to separate csv's. I'm almost complete, but now I'm running into a Unicode issue and I'm not sure how to resolve it. I have a ridiculous amount of tables but I managed