posted @ 2015-03-27 09:03
03 2015 档案
摘要:CREATE PROCEDURE MultipleTwoValue @Number1 int,@Number2 int,@Number3 int ASRETURN @Number1 * @Number2 * @Number3======================================...
阅读全文
摘要:--------------------------------------------------------------------------------SELECT 姓名,--此处显示列名不能使用as性别 = CASE 性别 WHEN 0 THEN '女' ...
阅读全文
posted @ 2015-03-27 08:54
摘要:注意:将游标封装在事务中可以防止操作不完整性======+脏读begin trybegin transactionDECLARE @Name varchar(10), @Sex bit, @Married bit, @Phone char(10), @ChineseSex char(2), @Chi...
阅读全文
posted @ 2015-03-27 08:41
摘要:namespace WindowsFormsApp{ public partial class listview : Form { private void func() { listView1.Items.Clear(); ...
阅读全文
posted @ 2015-03-19 13:59
摘要:private void listview_Load(object sender, EventArgs e) { string sql = string.Format("select LoginId,StudentName,UserStateId,Sex fro...
阅读全文
posted @ 2015-03-19 10:22
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlClient;using Syste...
阅读全文
posted @ 2015-03-18 15:05
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
阅读全文
posted @ 2015-03-18 11:40
浙公网安备 33010602011771号