sql connection problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Friends I m using sqlhelper class file which is stored in DataAccessLayer,it is used for connecting the data from database. But when i m using this sqlhelper in another class getting an error. In visual studio 2003,the code is SqlHelper.ExecuteDataset(ConfigurationSettings.AppSettings[Projectname.Global.CfgKeyConnString] , "SPName", parameters); but same code in 2005, getting an error. so could any one give an idea to solve this problem. Thanking U, Naren.