pymssql: Problem with Unicode string

2011-02-16 Thread Orgil
I can not install freetds as installed as on first computer! How to install freetds as installed as on first computer? Regards, Orgil -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@

Re: pyodbc & FreeTDS: Can I work with NVARCHAR column on MSSQL2008

2011-02-01 Thread Orgil
Thank you so much Adnan! You have rescued me from the hell like corner! Big big thank, again again. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this grou

Re: pyodbc & FreeTDS: Can I work with NVARCHAR column on MSSQL2008

2011-01-31 Thread Orgil
_Name FROM tblHR_CodeClass') for line in conn: print 'cc_Name: %s' % (line['cc_Name']) break conn.close() regards, Orgil -- You received this message because you are subscribed to the Google Groups "Django users" group. To pos

pyodbc & FreeTDS: Can I work with NVARCHAR column on MSSQL2008

2011-01-31 Thread Orgil
Expected result is 'cc_Name: Аймаг, хот', but instead 'cc_Name: ?, ???' comes. Please, share your experience! regards, Orgil -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: pyodbc: Error: ('IM002', '[IM002] [unixODBC][Driver Manager]Data source name not found, and no default driver specified (0) (SQLDriverConnectW)')

2011-01-30 Thread Orgil
lt would be 'cc_Name: Aймаг, хот' because actual data is 'Aймаг, хот'. Here is my question: Does the pyodbc library support Unicode? regards, Orgil -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

pyodbc: Error: ('IM002', '[IM002] [unixODBC][Driver Manager]Data source name not found, and no default driver specified (0) (SQLDriverConnectW)')

2011-01-30 Thread Orgil
on c#.net. It was fine. I have no idea to solve my problem because of so general error message. Please share your experience! regards, Orgil -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-use

Re: pymssql: Problem with Unicode string

2011-01-29 Thread Orgil
ase, how to get unicode data!!! Things getting even worse as time goes by. please give me your hand! regards, Orgil -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@google

pymssql: Problem with Unicode string

2011-01-29 Thread Orgil
Hello! I am using pymssql-1.9.908. And I have MSSQL2008 database server. I ran following code from python 2.6: --- import pymssql conn = pymssql.connect(host='testserver', user='sa', password='sa', database='testdb', as_dict=True) crms = conn.