sakuto29 / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Unicode connection string causing errors #252

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.unzip the files in the attached unicode_fail.zip to c: drive (c:\), the file 
include 2 same mdb files with only different file names: one is man.mdb, one is 
人.mdb
2.test run test_unicode_mdb.py
3.you will find the script first handle man.mdb successfully, but then have 
encoding problems with the unicode one.

What is the expected output? What do you see instead?
The operations on the files with unicode names should same as the files with 
ascii names.

What version of the product are you using? On what operating system?
3.0.5 on Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by jiangwen...@gmail.com on 14 Apr 2012 at 11:06

Attachments:

GoogleCodeExporter commented 8 years ago
Please see my screenshot for a better demonstration of the problem.

Original comment by jiangwen...@gmail.com on 3 May 2012 at 2:57

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by mkleehammer on 29 Sep 2012 at 4:58