Paul McNett <p <at> ulmcnett.com> writes:
> 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...
> 

Thanks Paul. I just tried it. So if i have a sqlite db file 'C:\test.db' and
there is a table called "Trn" and i want to browse records in this table. Is
this how i should use the code?

browseDataSet.py -t "SQLite" -H r"C:\test.db" -s "select * from Trn"

it gives error: No such table: Trn. but there is one.






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

Reply via email to