hello, suppose i have a sqlite database, how do i use dabo.ui.browse function to
view its records from one table in the database?
here is what i've tried:
import dabo
dabo.ui.loadUI("wx")
import sqlite3
conn = sqlite3.connect(dbPath)
cur = conn.cursor()
cur.execute('select * from Transmittal')
records = cur.fetchall()
dabo.ui.browse(records )
it is not working. seems i need create a wx.App first.
help? Thanks.
kelie
_______________________________________________
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/dabo-users/[EMAIL PROTECTED]