Bill Witherspoon wrote:
< ... >
> #fix this             
> #self._connection = pymssql.connect(host=host, user=user,
> #password=password, database=database, **kwargs)
>               
> #replaced with this:
> self._connection = pymssql.connect(host="192.168.51.26",
> user='plant_user', password="emseal01", database="testing")
> 
> This actually works. Is it possible there is something going on
> transparently with string encoding (like Unicode)? Something that would
> print the expected result to screen but still be passing something
> unexpected to SQLServer?
> 

I don't know if this might be a hint, but my german chars (umlaute)
don't work any more.
Yesterday, i wrote some testscripts for transfering unicode chars to my
database. This worked. From a dabo gui it doesn't work any more
(remember the charset arg for the connect).
Until now i don't know if there is something wrong with dabo or if it is
my wxGTK version.
I have to test this with differents systems tomorrow.

Uwe



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to