openSUSE 10.3, python 2.5.2, wxPython 2.8.9.1, latest SVN

When I open CD from a terminal and attempt to connect to my database 
using "Select Data Connection"  I get an error "Could not make connection 
to 'BConn' ".  And of course I use this connection file for many forms 
without issue.  I get no errors or tracebacks in the terminal.  

The funny part is when I add a dabo.trace() to find the problem it works 
correctly.  Also just adding print statements causes it to work too as in

def makeConnection(self, showAlert=True):
                if self.ConnectionFile:
                        self.Application.addConnectFile(self.ConnectionFile)
                try:
                        conn = 
self.Application.getConnectionByName(self.ConnectionName)
                        print "pass getConnectionByName"
                        crs = conn.getDaboCursor()
                        print "pass crs"
                        self.ConnectionFile = 
self.Application.dbConnectionNameToFiles[self.ConnectionName]
                        print "connectionfile"

And of course removing the print statements causes the failure.  

Any suggestions on what to do next?
John Fabiani


_______________________________________________
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/[EMAIL PROTECTED]

Reply via email to