把整个sql 复制到数据库里,然后执行,就可以明了的看出错误在哪里。
以下是错误的例子
select from menus where and
select from menus where id=1 and and
我的意见是:1)创建一个webconfig(如果你是web程序),或者是appconfig(如果是WinForm的)。其中在<systemweb>……</systemweb>中加入以下黑色部分文字: <connectionStrings>
<add name="MyConnStr"
connectionString="Data Source=\SQLEXPRESS;
AttachDbFilename=Database1mdf;
Integrated Security=True;
User Instance=True"
providerName="SystemDataSqlClient" />
</connectionStrings>请把数据库和你的程序放到同一个地方(同一个路径)。然后使用SystemConfigurationConfigurationManagerConnetionStrings["MyConnStr"]ConnectionString;读取即可
以上就是关于关键字 and 附近有语法错误全部的内容,包括:关键字 and 附近有语法错误、c# 连接数据库 两个 sql commend 同时运行 求大神解决..、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)