On Nov 9, 2008, at 6:18 PM, Roger Lovelock wrote:

>    4. Then used ClassDesigner to create a form - added a dPanel (as  
> I am using Windows), added a vertical sizer of 2 slots and set the  
> proportion of the bottom one to zero (top is for the data fields,  
> bottom for the navigation buttons etc). I then right clicked in the  
> top area and selected 'Add Controls from Data Environment'. My new  
> connection wasn't listed, but after selecting Sqlite I was able to  
> browse to my connection file and add it to the selection list. I  
> highlighted it and clicked next. Everything worked fine to this  
> point. At this stage the drop down list of tables is not populated  
> so I cannot proceed further. I have checked that the database is OK  
> with Sqlite Administrator. I have also tried saving everything and  
> then starting up again with the same result.

        SQLite is file-based, and therefore dependent on pathing. Try putting  
the database and the .cnxml file in the app's db directory, and try  
again. You may have to edit the path to the file (database tag) in  
the .cnxml file when you move it.

> 5. Don't want to be a pest, but I really want to give Dabo a good  
> chance this time! Am I doing something simple wrong?
> Versions I have in use are :-
>      Python 2.5
>      wxPython 2.8
>      dabo 0.8.4
> As you can see I have put no code in at this stage.


        I think it's just a pathing issue, which always seems to bite  
developers when using SQLite.


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