On Saturday 08 November 2008 09:09:08 am Ed Leafe wrote: > > I'm guessing here that you are running the wizard to add controls > from the DE, right?
You got it. > Do you have some pathing issues in the file? <?xml version="1.0" encoding="utf-8" standalone="yes"?> <connectiondefs xmlns="http://www.dabodev.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.dabodev.com conn.xsd" xsi:noNamespaceSchemaLocation = "http://dabodev.com/schema/conn.xsd"> <connection dbtype="PostgreSQL"> <name>BConn</name> <host>192.168.1.201</host> <database>bonanza</database> <user>myUserString</user> <password>mypassString</password> <port>5432</port> </connection> </connectiondefs> I have notice recently that the CxnEditor has been placing strange paths in the database field when opening an existing file. For example: adding "/home/johnf/bonanza" when the database is just "bonanza" as in the above connection file. I do in fact have a "/home/johnf/bonanza" and on a hunch I renamed it and guess what - CD started working. So I think you are right there is something happening with the path-ing. But what? -- 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]
