摘要:
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.... 阅读全文
摘要:
'----------------Start-----------------------新增一条记录------------------------------public Function InsertData()Dim conn As New ADODB.ConnectionDim rs As New ADODB.RecordsetDim strCnn As StringstrCnn = "... 阅读全文
摘要:
//调用存储过程执行类似于2//select count(*) from userinfo where username=username and pwd=pwd and grade=grade3//接受 3个参数分别用来表示用户名、用户密码、用户权限4public bool GetUserinfo(string username,string pwd,string grade)5 {6 ... 阅读全文