> > Can you change your hard-coded string to: > > self._connection = pymssql.connect(host=u"192.168.51.26", > user=u'plant_user', password=u"emseal01", database=u"testing") > > ...just to see if the mere presence of unicode strings is enough for > the connection to barf? > >
Ed, That still works. Sorry. I even tried mix 'n match. Still works until I try to enter the values into CxnEditor.py at runtime. Thanks, Bill. _______________________________________________ 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]
