On Oct 30, 2008, at 1:06 PM, Bob Mathias - Sysero llc Dev wrote:

>    Because New Connection not allowed I selected Open a Connection  
> File
> and selected my BobDBMenu.cnxml file.  Next I selected in the Select a
> Connection BobDBMenuCon in the open a connection. I don't know why in
> the list there is a @ symbol?

        The default name is usually [EMAIL PROTECTED] Maybe it found an empty  
file?

>    When I selected BobDBMenuCon in the Select a Connection I hit the
> Next button.  That is where the problem is that when I try to select
> Table there is no tables to select. There has to be a problem with
> accessing the information in the Sqlite database.  I was also having  
> the
> same problem when we were looking into the NOT AVAILABLE IN GTK issue.
>
>    The problem has to be in the Sqlite database.  I did update the
> Sqlite database to see if that would fix the problem.  I think it is
> better to ask for help before I get in any deep problems. This is  
> what I
> have.
>
> Platform: GTK
> Python Version: 2.5.2 on linux2
> Dabo Version: Version 0.8.4; Revision 4623
> UI Version: 2.8.9.1 on wxGTK (gtk2)

        OK, let's make it simple. From a python session, do the following:

import dabo
ci = dabo.db.dConnectInfo(DbType="SQLite", Database="BobDBMenu.sqlite")
cn = dabo.db.dConnection(ci)
crs = cn.getDaboCursor()
print crs.getTables()

        What does it print?


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