网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 设计资源 > .Net编程 > 正文

SQLiteHelper-SQLite帮助类

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务
  •             { 
  •                 reader = cmd.ExecuteReader(CommandBehavior.CloseConnection); 
  •             } 
  •             catch (Exception ex) 
  •             { 
  •                 throw ex; 
  •             } 
  •             return reader; 
  •         } 
  •  
  •         /// <summary> 
  •         /// 执行数据库查询,返回SqlDataReader对象 
  •         /// </summary> 
  •         /// <param name="connectionString">连接字符串</param> 
  •         /// <param name="commandText">执行语句或存储过程名</param> 
  •         /// <param name="commandType">执行类型</param> 
  •         /// <returns>SqlDataReader对象</returns> 
  •         public static DbDataReader ExecuteReader(string connectionString, string commandText, CommandType commandType) 
  •         { 
  •             DbDataReader reader = null
  •             if (connectionString == null || connectionString.Length == 0) 
  •                 throw new ArgumentNullException("connectionString"); 
  •             if (commandText == null || commandText.Length == 0) 
  •                 throw new ArgumentNullException("commandText"); 
  •  
  •             SQLiteConnection con = new SQLiteConnection(connectionString); 
  •             SQLiteCommand cmd = new SQLiteCommand(); 
  •             SQLiteTransaction trans = null
  •             PrepareCommand(cmd, con, ref trans, false, commandType, commandText); 
  •             try 
  •             { 
  •                 reader = cmd.ExecuteReader(CommandBehavior.CloseConnection); 
  •             } 
  •             catch (Exception ex) 
  • 下一篇资讯: [.Net编程]
  • 设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
    版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师