c# 错误 当前上下文中不存在名称“reader”
连接语句由stringconnectionString="server=.\\SqlExpress;database=JXC;uid=windows;Password=;...
连接语句由
string connectionString = "server=.\\SqlExpress;database=JXC;uid=windows;Password=;database";
换成
string connectionString = "Data Source=(local);Database=JXC; Persist Security Info=False;Integrated Security =SSPI;";
就出现了这个错误
大哥们帮帮忙 小弟是新手
连接语句为string connectionString = "server=.\\SqlExpress;database=JXC;uid=windows;Password=;database";
时 没有错误 当前上下文中不存在名称“reader”
换了语句后才出现错误
希望可以详细点 展开
string connectionString = "server=.\\SqlExpress;database=JXC;uid=windows;Password=;database";
换成
string connectionString = "Data Source=(local);Database=JXC; Persist Security Info=False;Integrated Security =SSPI;";
就出现了这个错误
大哥们帮帮忙 小弟是新手
连接语句为string connectionString = "server=.\\SqlExpress;database=JXC;uid=windows;Password=;database";
时 没有错误 当前上下文中不存在名称“reader”
换了语句后才出现错误
希望可以详细点 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询