摘要: /// <summary> /// 获取应用程序的目录 /// </summary> /// <returns>路径</returns> public static string GetAppPath() { string fullName; string myAppPath; fullName = System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase.ToString(); myAppPath = System.IO.Path.GetDirectoryName( 阅读全文
posted @ 2011-04-28 10:57 柠檬绿松 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1、查询表SELECTtype,name,btl_name,rootpage,sql FROM sqlite_master where type='table' and name='表名'2、查询索引SELECTtype,name,btl_name,rootpage,sql FROM sqlite_master where type='index' and name='索引名' 阅读全文
posted @ 2011-04-28 10:54 柠檬绿松 阅读(312) 评论(0) 推荐(0) 编辑
View Code
点击右上角即可分享
微信分享提示