在 System.Data.SqlClient.SqlException 中第一次偶然出现的“System.Data.dll”类型的异常 20

程序源代码private:System::VoidbtnOK_Click(System::Object^sender,System::EventArgs^e){Syste... 程序源代码
private: System::Void btnOK_Click(System::Object^ sender, System::EventArgs^ e) {
System::Data::SqlClient::SqlConnection ^cn = gcnew System::Data::SqlClient::SqlConnection();
cn->ConnectionString ="Initial Catalog=学生成绩管理; Data Source=" + txtServer->Text + "; Integrated Security=SSPI;";
panel1->Visible =false;
lblWater->Visible =true;
this->Cursor = Cursors::WaitCursor;
this->Refresh();
try
{
cn->Open();
lblWater->Visible =false;
panel1->Visible =true;
this->Cursor = Cursors::Default;
sqlcn = cn;
}
catch( ...)
{
MessageBox::Show("连接数据库失败,请认真阅读系统说明书。","异常",MessageBoxButtons::OK,MessageBoxIcon::Error;lblWater->Visible = false;
panel1->Visible =true;
this->Cursor = Cursors::Default;
return;
}
//记录服务器
Microsoft::Win32::RegistryKey ^regkey;
regkey = Microsoft::Win32::Registry::CurrentUser->CreateSubKey("学生成绩管理系统");
regkey->SetValue("服务器",txtServer->Text);
this->DialogResult = System::Windows::Forms::DialogResult::OK;
this->Close();

}
调试通过,运行就出现上述问题。
展开
 我来答
depluin
2011-03-05 · TA获得超过3179个赞
知道大有可为答主
回答量:3378
采纳率:75%
帮助的人:2441万
展开全部
异常的具体信息呢?检查一下数据库连接字符串
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
上海宣瑞教育
2023-12-21 广告
上海宣瑞教育信息咨询有限公司提供ShineWrite的英文论文修改服务,提供业内低价格和快速度的专业编辑服务,每位编辑都是英文母语专家,拥10000小时以上的经验,还提供完善的质量保障并免费重修语言问题。用户遍布国内上千所高校、研究所、期刊... 点击进入详情页
本回答由上海宣瑞教育提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式