On Nov 1, 2008, at 9:36 AM, Bob Mathias - Sysero llc Dev wrote:

>       When I run the ClassDesigner just like in the ScreenCast Building a
> Database Application Part 1 where you select "Add Controls to Data
> Environment" the window Select Data Connection I select "Open a
> Connection File: then I select ChartAccountsConnection.  When I select
> Next > Select Fields to Add Window in the Select Table there is no
> tables shown.
>
>       To fix the problem I had to change in my  
> ChartAccountsConnection.cnxml
> file the line:
>
> <database>ChartAccounts.sqlite</database>
>
> To the new line:
>
> <database>/home/bob/00Project/ChartAccounts.sqlite</database>

        Pathing is always difficult to handle. Dabo has taken the approach of  
a "standard" directory structure, with a main project directory and  
db, biz, ui, reports and resources directories off of that.

        Outside of that format, absolute pathing is about the only thing  
guaranteed to work, and then only if you do not work cross-platform.  
SQLite is especially difficult, as it will not throw an error, but  
will instead happily create a new database file if the one you  
specified doesn't exist.


-- Ed Leafe





_______________________________________________
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]

Reply via email to