C# Hints & Tips in the web
This blog contains the C# hints & tips that I found in the web.
Saturday, September 24, 2011
How to list all database objects in Sqlite database
Execute the following query and you will see all the table definitions and view definition.
select *
from sqlite_master
Reference:
http://www.sqlite.org/faq.html#q7
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment