johnf wrote: > On Thursday 05 February 2009 10:25:18 am Bob Sysero llc Dev wrote: > >> <connection dbtype="SQLite"> >> <name></name> >> <host></host> >> <database>../syseroAppEngine.sqlite</database> >> <user></user> >> <password></password> >> <port></port> >> </connection> >> >> >> </connectiondefs> >> > > You don't have a name for the conection in the connection file???? > <name></name> > should have something like > <name>sqlconn</name> > > As far as I'm aware that is a requirement. Also shouldn't it have > a "localhost" for host? > Dear John,
You were right I when I started to look inside the cnx file created by the CnxEditor I also started to realized that two thing happened. First CnxEditor did not fill in the file connection name <name></name> and the <database>../syseroAppEngine.sqlite</database> didn't work so I added the path <database>$HOME/syseroProject/syseroAppEngine.sqlite</database>. I remeber in the early summer the SQLite was creating a problem because it is a single local database. Thank you Bob _______________________________________________ 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]
