查询.db(SQLite数据库文件)中全部表

//查询.db库中全部的表用如下的sql语句 string tablenames = "select name from sqlite_master where type='table' order by name;"; try { System.Data.DataSet ds = DBUtil
相关文章
相关标签/搜索