ExecuteScalar连接怎么打开
publicobjectExcuteScalar(stringcmdText){//打开数据库连接this.openConnection();this._command....
public object ExcuteScalar(string cmdText)
{
//打开数据库连接
this.openConnection();
this._command.CommandText = cmdText;
object count = this._command.ExecuteScalar();//这句是异常代码
//关闭数据库连接
this.closeConnection();
return count;
}
编译器提示:ExecuteScalar 要求已打开且可用的连接。连接的当前状态为已关闭。
怎么解决啊?
我数据库是连接了的啊?
急用,等待中 展开
{
//打开数据库连接
this.openConnection();
this._command.CommandText = cmdText;
object count = this._command.ExecuteScalar();//这句是异常代码
//关闭数据库连接
this.closeConnection();
return count;
}
编译器提示:ExecuteScalar 要求已打开且可用的连接。连接的当前状态为已关闭。
怎么解决啊?
我数据库是连接了的啊?
急用,等待中 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询