国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 水城县| 萍乡市| 巴中市| 滨海县| 安西县| 榆社县| 宁明县| 博爱县| 吴堡县| 毕节市| 台中县| 调兵山市| 全椒县| 桐柏县| 庄河市| 东方市| 洪湖市| 察隅县| 台北县| 桦南县| 泗水县| 孟村| 长寿区| 双辽市| 乌拉特后旗| 黑龙江省| 科技| 乐都县| 武义县| 望城县| 江都市| 永登县| 昌黎县| 庆阳市| 万盛区| 沁源县| 岐山县| 自贡市| 白沙| 日喀则市| 白玉县|