Paul McNett wrote: > + Have dbSQLite raise a warning if the supplied db doesn't exist, with a > short > explanation including the supplied path.
Actually, the more I think about it, we shouldn't let sqlite create the empty database, since Dabo assumes the database already exists. So, in dbSQLite, we first check to see that the supplied database already exists, and if not we raise an exception. I realize this doesn't solve the pathing problem, but it does result in a meaningful exception so that people at least understand the issue. Thoughts? 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]
