摘要:
/// <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
柠檬绿松
阅读(247)
评论(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
柠檬绿松
阅读(318)
评论(0)
推荐(0)

浙公网安备 33010602011771号