System.Data.dll

问题描述

在asp.net中编写学生成绩管理系统时,用到if(Convert.ToInt32(com.ExecuteScalar())>0),会出现System.Data.SqlClient.SqlException”类型的异常在System.Data.dll中发生,但未在用户代码中进行处理其他信息:关键字'user'附近有语法错误。是怎么回事。具体代码如下:if(Convert.ToInt32(com.ExecuteScalar())>0){//登录成功if(radlistRole.SelectedValue.Trim()=="admin"){Session["role"]="admin";Response.Redirect("~/admin/listgrade.aspx");}else{Session["role"]="handle";Response.Redirect("~/admin/listgrade.aspx");}}else{//登录失败Response.Write("<scriptlanguage=javascript>alert('登录失败,请重试!')</script>");Response.Redirect("~/login.aspx");}}}}

解决方案

解决方案二:
其他信息:关键字'user'附近有语法错误。user是数据库关键字,检查一下你的sql语句中user有没有加中括号。应该是...[user]...
解决方案三:
T-Sql有问题,你可以把你的Sql拿到数据库里面执行一下
解决方案四:
[user]用方括号包含下
解决方案五:
上几楼是正解,sql里面的user方括号一下。

时间: 2024-09-28 06:44:37

System.Data.dll的相关文章

System.AccessViolationException类型的未经处理的异常在System.Data.dll中发

System.AccessViolationException"类型的未经处理的异常在 System.Data.dll 中发生.其他信息:尝试读取或写入受保护的内存.这通常指示其他内存已损坏. 错误背景: 操作系统:编程环境:VS2013:  语言:VB.net:  数据库:SQLserver2008 做数据库连接时,发生的错误: 错误提示为: 说明:用VB.net连接SQLServer数据库 第一种情况: 连接字符串为"Server=(Local);Database=charge_s

System.Data.dll未能加载文件

问题描述 System.Data.dll未能加载文件 (0): 生成 (web): 未能加载文件或程序集"System.Data.dll"或它的某一个依赖项.文件或目录损坏且无法读取. (异常来自 HRESULT:0x80070570)

UWP中两个,system.data.dll与Microsoft.NETCore.UniversalWindowsPlatform冲突

问题描述 UWP中两个,system.data.dll与Microsoft.NETCore.UniversalWindowsPlatform冲突usingSystem.Configuration;//usingSystem.Data;usingSystem.Data.Common;publicclassServerDB{privatestaticConnectionStringSettingsdbSetting=ConfigurationManager.ConnectionStrings["te

调试中显示了System.Data.SqlClient.SqlException”类型的第一次机会异常在 System.Data.dll 中发生 的错误

问题描述 代码如下,查询不到数据库内的内容,总显示"没有成绩",报错调试中显示了System.Data.SqlClient.SqlException"类型的第一次机会异常在System.Data.dll中发生的错误sql语句是对的,在sqlserver里面试过可以查询代码如下:usingSystem;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Configuration;usingSystem.Collect

请高手帮忙:未处理的“System.InvalidOperationException”类型的异常出现在 system.data.dll 中。其他信息: OleDbCommand 是当前正忙的 Open, Fetching。

问题描述 我的具体代码是:PublicClassForm1InheritsSystem.Windows.Forms.FormDimdatardAsSystem.Data.OleDb.OleDbDataReaderPrivateSubForm1_Load(ByValsenderAsSystem.Object,ByValeAsSystem.EventArgs)HandlesMyBase.LoadOleDbCon.ConnectionString="provider=sqloledb;"Ol

未处理的“System.NullReferenceException”类型的异常出现在 system.data.dll 中。

问题描述 usingSystem;usingSystem.Drawing;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.Windows.Forms;usingSystem.Data;usingSystem.Data.SqlClient;namespacec2pmag{///<summary>///usermag的摘要说明.///</summary>publicclassusermag:System.Wi

C#“System.Data.SqlClient.SqlException”类型的未经处理的异常出现在 System.Data.dll中

问题描述 代码如下,求教usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespace图书管理系统{publicpartialclass图书信息:Form

“System.Data.OleDb.OleDbException”类型的未经处理的异常在 System.Data.dll 中发生 其他信息: 找不到文件

问题描述 usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingSystem.Windows.Forms;usingSystem.IO;usingSystem.Data.OleDb;namespaceyy

未处理的“System.Data.SqlClient.SqlException”类型的异常出现在 system.data.dll

问题描述 DimconnstrAsString="server=LEGEND-9AE309D9;database=lll;uid=sa;pwd=sa;"DimSqlConnAsNewSqlConnectionSqlConn.ConnectionString=connstrSqlConn.Open()DimsqlstrAsStringsqlstr="select*fromuser"DimmcommandAsNewSqlCommandmcommand.Connectio