关于C#连接SQLServer的错误
pos=this.BindingContext[ds,"DengLu"].Position;
str1=ds.DengLu[pos].USER;
str2=ds.DengLu[pos].Password;
红字的两句有误.
出现如下错误:
"System.Data.DataSet"并不包含对"DengLu"的定义.
请问该怎么做?
pos=this.BindingContext[ds,"DengLu"].Position;
str1=ds.DengLu[pos].USER;
str2=ds.DengLu[pos].Password;
红字的两句有误.
出现如下错误:
"System.Data.DataSet"并不包含对"DengLu"的定义.
请问该怎么做?