点击这里给我发消息 点击这里给我发消息

C# 不检索数据

添加时间:2013-12-7
    相关阅读: 数据库 Oracle AI C#
 

9,不检索数据

代码:
 
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;              //注意
using System.Data.OracleClient; //Oracle数据库

namespace ConsoleApplication4
{
    class Program
    {
        static void Main(string[] args)
        {

            OracleConnection thisConnection = new OracleConnection(@"Data Source=orcl;User ID=shibei;Password=nsic;Unicode=True");

            thisConnection.Open();//此处可以不用打开    

            OracleCommand thisCommand = thisConnection.CreateCommand();

            thisCommand.CommandText = "update N_AIT set NAME = '改你了,怎么地' where ID = 34251";

            int rows = 0;
            try
            {

                rows = thisCommand.ExecuteNonQuery();//返回行数

                //取出返回值
                Console.WriteLine(Convert.ToString(rows));
            }
            catch (Exception er)
            {
                string merr = "err:" + er.ToString();
                Console.WriteLine(merr);
            }
            finally
            {
                thisConnection.Close();
                thisConnection.Dispose();//释放所有资源
                thisCommand.Parameters.Clear();
                thisCommand.Dispose();//释放所有资源
            }
        }
    }
}

运行结果:

注意:此方法对删除和插入同样有效哦

咨询热线:020-85648757 85648755 85648616 0755-27912581 客服:020-85648756 0755-27912581 业务传真:020-32579052
广州市网景网络科技有限公司 Copyright◎2003-2008 Veelink.com. All Rights Reserved.
广州商务地址:广东省广州市黄埔大道中203号(海景园区)海景花园C栋501室
= 深圳商务地址:深圳市宝源路华丰宝源大厦606
研发中心:广东广州市天河软件园海景园区 粤ICP备05103322号 工商注册