On Oct 16, 2006, at 5:09 PM, Bill Anderson wrote:

Sure thing, here it is:

<?xml version="1.0"?>
<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="mysql">
       <host>paulmcnett.com</host>
       <database>dabotest</database>
       <user>dabo</user>
       <password>B4CI4BBAELC0</password>
       <port>3306</port>
   </connection>


</connectiondefs>

OK, this may have been the result of a change we made to the .cnxml format after that demo was written. We added a 'name' element to the connection element; previously we identified a connection as '[EMAIL PROTECTED]'.

        Try this: add the following line above the <host> line in your file:

       <name>[EMAIL PROTECTED]</name>

If that does the trick, then we know that it's a result of the change in the code since the runtime engine was released.

BTW, do you know that the framework code installed by the runtime engine is updatable? The installer creates a directory structure where you install it; the 'dabo', 'demo' and 'ide' directories are simply a snapshot of the framework and demo code at that time. You can update those with the current version of the code by downloading the nightly tarballs and updating the old code.

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



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to