Kelie wrote: > what's a valid argument for dataSource for the dabo.ui.browse function? > suppose > i have a sqlite database with one table, how do i view all the records with > this > function? also, > i tried: > import dabo > dabo.ui.browse > and got: AttributeError: 'module' object has no attribute 'browse' > > Help? Thanks.
Have you studied the code in dabodemo/tutorial/browseDataSet.py? That demo is all set up to accept your database connection parameters and sql statement on the command line... -- pkm ~ http://paulmcnett.com _______________________________________________ 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]
