Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How To Generate ConnectionString By Using Notepad??

Answer Posted / kesavan

StreamReader fStream = new StreamReader(Application.StartupPath + "/Coninfo.ini");
fStream.BaseStream.Seek(0, SeekOrigin.Begin);
companyId = fStream.ReadLine().ToString().Substring(20);
ComPanyName = fStream.ReadLine().ToString().Substring(20);
serverName = fStream.ReadLine().ToString().Substring(20);
userId = fStream.ReadLine().ToString().Substring(20);
Password = fStream.ReadLine().ToString().Substring(20);
dataBase = fStream.ReadLine().ToString().Substring(20);
dbPath = fStream.ReadLine().ToString().Substring(20);
dbType = fStream.ReadLine().ToString().Substring(20);
fStream.Close();

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is faster viewdata or viewbag?

1049


What is difference between View State and Hidden Field in ASP.NET?

1189


Describe how passport authentication works.

1183


How long should a session id be?

1089


How to deploy/publish webservices?How many ways?Plz explain me

2323


What is localhost in asp.net?

1071


What is the differences between a primary key and a unique key in sql server?

1130


What is connection pooling and how to enable and disable connection pooling?

1071


Is session stored in browser?

1015


In order to get assembly info which namespace we should import?

1049


Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?

1081


Define viewstate in .net?

1002


What is webresource axd?

939


How can you access the properties and controls of master pages from content pages?

1055


What is preprocessor in .net?

1029