## These cannot be run by examples() but should be OK when pasted
## into an interactive R session
setwd(tempdir())
dbcon = dbConnect(dbDriver("SQLite"), dbname= "test.sqlite")
db.ini(dbcon)
# select one table and then press OK
tkdbBrowse(dbcon)
Run the code above in your browser using DataLab