Ed Leafe wrote: > On Feb 16, 2009, at 11:07 AM, Uwe Grauer wrote: > >> Sorry, but this looks like a bad hack. >> Shouldn't the wrong database path be fixed by the Dabo user >> instead of doing it this way by a hack in the database driver code? > > No. If the cnxml and db are in the same folder, the app won't find it > when it tries to open it based on the connection information in the > cnxml.
I'm just trying to understand the issue here. What it sounds like you are saying is that if we have: myapp/ myapp.py db/ my.cnxml my.sqlite.db and if my.cnxml has: <database>my.sqlite.db</database> Then the app won't find it because the db location is relative to app.HomeDirectory. Do I have that right? Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
