sql server 2008 - while i am running python code, it shows 'ascii' codec can't decode byte 0xe9 in position 18: ordinal not in range(128) -


hi running python code in visual studio 2015, exporting data ms sql server excel, while running code if table had 2 column data exported excel smoothly, , if table had more 2 columns shows error

'ascii'codec can't decode byte 0xe9 in position 18: ordinal not in range(128)

error in writer.save()
enter image description here when selecting 2 column it's not showing error, more 2 column shows error.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -