网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 交易代码 > SQL语法 > 正文

SQL异步执行技术

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务

【网学网提醒】:网学会员鉴于大家对十分关注,论文会员在此为大家搜集整理了“SQL异步执行技术”一文,供大家参考学习


    usingSystem;usingSystem.Collections.Generic;usingSystem.Web;usingSystem.Data.SqlClient;namespaceMyDb{publicclassInputLogOnRecord{publicInputLogOnRecord(){}privatestaticstringconnectionStr="PersistSecurityInfo=False;AsynchronousProcessing=true;IntegratedSecurity=True;database=DB;server=(local)";privatestaticstringrecordTableName="UserLoginRecord";publicstaticvoidInput(string[]inputArray){SqlConnectionsqlConnection=newSqlConnection(connectionStr);try{sqlConnection.Open();}catch(Exceptionex){stringerrorStr=ex.Message;}SqlCommandsqlCommand=newSqlCommand();sqlCommand.Connection=sqlConnection;stringcmdText=getRecordText(inputArray);sqlCommand.CommandText=cmdText;try{IAsyncResultasyncResultsqlCommand.BeginExecuteNonQuery(inputRecordAsync,sqlCommand);}catch(Exceptionex){=
     stringerrorStr=ex.Message;sqlConnection.Close();}}privatestaticstringgetRecordText(string[]inputArray){stringcmdText="";foreach(stringinputininputArray){cmdText=cmdText+"'"+input+"',";}cmdText="insertinto"+recordTableName+"values("+cmdText.Substring(0,cmdText.Length-1)+")";returncmdText;}privatestaticvoidinputRecordAsync(IAsyncResultar){SqlCommandsqlCommand=ar.AsyncStateasSqlCommand;intcompleteParam=sqlCommand.EndExecuteNonQuery(ar);sqlCommand.Connection.Close();}}}
    
    
设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师