问题描述
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;namespaceWindowsFormsApplication1{publicpartialclassForm1:Form{publicForm1(){InitializeComponent();}privatevoidtextBox2_TextChanged(objectsender,EventArgse){}privatevoidbutton2_Click(objectsender,EventArgse){SqlConnetioncon=newSqlConection("DataSource=LZY_PC;TnitialCatalog=学生管理系统;IntegratedSecurity=True");stringsqlStr=string.Format("selectcount(*)lzywhereUserTable='{0}'andPassword='{1}'.txtUserName.Text,txtPassword.Text");SqlCommandcom=newSqlCommand(sqlStr,con);con.Open();intresult=(int)com.ExecuteScalar();con.Close();if(result==1){Form2fm=newForm2();fm.Show();}else{MessageBox.Show("用户名或者密码错误!请重新输入!");}}privatevoidbutton1_Click(objectsender,EventArgse){}}}
解决方案
解决方案二:
TnitialCatalog请写成IntialCatalog
解决方案三:
sql语句那块有问题,好好检查检查
解决方案四:
selectcount(*)lzywhereUserTable='{0}'andPassword='{1}'
靠的太近了应该写成selectcount(*)lzywhereUserTable='{0}'andPassword='{1}'
解决方案五:
另外,记得贴错误出来,不然不好找问题
解决方案六:
你说出错了,好歹也把错误提示贴出来吧。
解决方案七:
selectcount(*)lzywhereUserTable='{0}'andPassword='{1}'
解决方案八:
SqlConnetioncon=newSqlConection("DataSource=LZY_PC;InitialCatalog=学生管理系统;IntegratedSecurity=True");
解决方案九:
SqlConnetioncon=newSqlConection("DataSource=LZY_PC;InitialCatalog=学生管理系统;IntegratedSecurity=True");selectcount(*)lzywhereUserTable='{0}'andPassword='{1}'不用给我分,上面已经回答了
解决方案十:
usebreakpointtofindouttheerrorandtheneasytofindout.
解决方案十一:
错误1找不到类型或命名空间名称“SqlConnetion”(是否缺少using指令或程序集引用?)f:c#WindowsFormsApplication1WindowsFormsApplication1Form1.cs2713WindowsFormsApplication1这是错误各位老师的回答我刚才看了。确实有代码输入错了、但是好像主要不是这个问题。
解决方案十二:
引用10楼lzy_0230916的回复:
错误1找不到类型或命名空间名称“SqlConnetion”(是否缺少using指令或程序集引用?)f:c#WindowsFormsApplication1WindowsFormsApplication1Form1.cs2713WindowsFormsApplication1这是错误各位老师的回答我刚才看了。确实有代码输入错了、但是好像主要不是这个问题。
你应该早点贴错误上来,你没有引用命名空间:加上:usingSystem.Data;usingSystem.Data.SqlClient;
解决方案十三:
stringsqlStr=string.Format("selectcount(*)lzywhereUserTable='{0}'andPassword='{1}'.txtUserName.Text,txtPassword.Text");sql语句这里写错了应该是string.Format("selectcount(*)lzywhereUserTable='{0}'andPassword='{1}'",txtUserName.Text,txtPassword.Text);
解决方案十四:
引用12楼wsd_asp的回复:
stringsqlStr=string.Format("selectcount(*)lzywhereUserTable='{0}'andPassword='{1}'.txtUserName.Text,txtPassword.Text");sql语句这里写错了应该是string.Format("selectcount(*)lzywhereUserTable='{0}'a……
string.Format("selectcount(*)lzywhereUserTable='{0}'andPassword='{1}'",txtUserName.Text,txtPassword.Text);
解决方案十五:
SqlConnetioncon=newSqlConection("DataSource=LZY_PC;InitialCatalog=学生管理系统;IntegratedSecurity=True");这应该还差一个链接到数据库的用户名或密码吧!
解决方案:
解决方案:
stringsqlStr=string.Format("selectcount(*)lzywhereUserTable='{0}'andPassword='{1}'.txtUserName.Text,txtPassword.Text");你这个sql语句我觉得也不对怎么没有‘from’我觉得也会出错
解决方案:
该回复于2011-06-03 14:08:03被版主删除
解决方案:
selectcount(*)aslzywhereUserTable='{0}'andPassword='{1}'
解决方案:
。。。。好多错,建议找个懂的人当面指导