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

Securitywise What are the Enhancements in 2.0?

1882


What is inheritance and an how it be used, example with an example?

1003


Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?

986


To display data in a Repeater control which template you provide?

984


What are the new features implemented in ASP.NET?

1039


What is anonymous authentication?

1085


What are the best practices to follow to secure connection strings in an ASP.NET web application?

1008


What’s difference between “optimistic” and “pessimistic” locking?

1008


How you will improve web application performance?

992


Give some salient points of difference between request processor and request dispatcher.

1013


I’m having some trouble with cas. How can I diagnose my problem?

982


Explain exception handling in .net.

1012


What are the differences between application object and session object?

952


How you can manage the state of application at the server side in ASP.NET?

1013


How will you do Redo and Undo in a TextControl?

1091