国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

執(zhí)行SQL查詢腳本

2019-11-14 16:39:30
字體:
供稿:網(wǎng)友
static void Main(string[] args)        {            Console.WriteLine("輸入用戶編號(hào):");            string cusernum = Console.ReadLine();            Console.WriteLine("輸入用戶名:");            string cusername = Console.ReadLine();            string connString = @"Data Source=.; Initial Catalog=lh0216; User ID=sa;pwd=Founder123";            //出了using括號(hào)objConnection類會(huì)被自動(dòng)釋放            using (SqlConnection objConnection = new SqlConnection(connString))            {                objConnection.Open();                               using (SqlCommand objCmd = objConnection.CreateCommand())                {                    objCmd.CommandText = "select * from TBZG where czgbh='" + cusernum + "'" ;                    using (SqlDataReader objReader = objCmd.ExecuteReader())                    {                        //結(jié)果集不為空                        if (objReader.Read())                        {                            string cValue = objReader.GetString(objReader.GetOrdinal("czgxm"));                            //檢查手工輸入的姓名與數(shù)據(jù)庫(kù)中查詢的名稱是否相同                            if (cValue == cusername)                            {                                Console.WriteLine("你好{0}",cusername);                            }                        }                        else                        {                            Console.WriteLine("用戶名不存在。");                        }                    }                }            }                        Console.ReadKey();        }

 


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 武宁县| 汽车| 佛学| 鱼台县| 保定市| 安福县| 志丹县| 大姚县| 明溪县| 吉林省| 盘山县| 瑞昌市| 察雅县| 宜宾市| 贺州市| 桐乡市| 根河市| 乐山市| 利辛县| 浮梁县| 西乌珠穆沁旗| 乌兰察布市| 桦甸市| 松溪县| 托克逊县| 沅陵县| 揭东县| 松潘县| 澄迈县| 章丘市| 宝清县| 利津县| 涞源县| 黄大仙区| 湘潭县| 介休市| 毕节市| 黄大仙区| 原阳县| 甘泉县| 启东市|