On Jun 18, 2007, at 5:34 PM, Bill Witherspoon wrote:

> That still works. Sorry. I even tried mix 'n match. Still works  
> until I
> try to enter the values into CxnEditor.py at runtime.

        OK, let's try this: let's remove the **kwargs parameter, just in  
case that is causing the problem (you never told me what the printout  
was for this paramter!).

        So replace the connection line in dbMsSQL.py with:

        self._connection = pymssql.connect(host=host, user=user,  
password=password,
                        database=database)

...and let me know how that works.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
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