On Sep 27, 2008, at 4:22 PM, Jeff Johnson wrote:

> Ed:  Nope - App Finished.  The only thing I can figure is that the
> permissions are not correct on MySQL and I don't know enough about it.
> Although, using the Administrative Interface, I can connect to dabodev
> using the exact same parameters as the connection editor.


        I can't imagine what the difference would be. Normally things like  
this are firewall issues, but if one app can hit the server, the other  
should be able to.

        Try this: edit the CxnEditor.py file, adding the two lines between  
the blank lines below to the testConnection() method. When you click  
the test button, it should print out the actual connection parameters.  
Then re-run the program, and try it again. If it fails, copy the  
output and paste it into a reply to this email.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        def testConnection(self):
                # Update the values
                self.updtFromForm()
                
                for kk, vv in self.currentConn.items():
                        print "%s: >%s<" % (kk, vv)
                        
                # Create a connection object.
                ci = 
dabo.db.dConnectInfo(connInfo=self.connDict[self.currentConn])
                [rest snipped]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


-- Ed Leafe





_______________________________________________
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