标题:访问数据的问题
只看楼主
ayou1026
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2005-10-21
 问题点数:0 回复次数:0 
访问数据的问题

我编写的代码为:

try
{
objConnection.Open();
string strOleDb="select count(*) from login where name='"+this.textBox1.Text.ToString().Trim()+"'and password='"+this.textBox2.Text.ToString().Trim()+"'";
OleDbCommand cmd=new OleDbCommand(strOleDb,objConnection);
int count=(int)cmd.ExecuteScalar();
if(count==1)
{MessageBox.Show("sucess");}
else
{MessageBox.Show("fail");}

}
它提示说:未处理的"System.Data.oledb.oleDbException"类型的异常出现在System.data.dll中;
麻烦各位老大帮我看看! 谢谢!

搜索更多相关主题的帖子: 数据 访问 
2006-04-21 19:58



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-59141-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.747585 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved