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

Can you explain autopostback?

997


where can i gather the materials for MCP certification

5324


What are the difference between function and stored procedure in .net programming language?

731


Explain file-based dependency and key-based dependency.

990


Which is an advantage of application service providers?

911


What is the difference between cache and cookies?

1036


What are sessions used for?

1015


How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server

6658


How can we use Web API with ASP.NET Web Form?

1121


Explain the path instructions in xaml?

1008


Is session stored in browser?

985


What is tracing? Where is it used?

1179


What are the Difference between asp.net and asp ?

1167


How to comment out asp.net tags?

1063


Define view state.

950