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...


What does connection string consists of ?

Answers were Sorted based on User's Feedback



What does connection string consists of ?..

Answer / sachin gupta

it consist
1. data source(Server)
2. database(Initial Catalog)
3. user name(Uid)
4. password(Pwd)
5. Integrated Security
6. Provider

Is This Answer Correct ?    13 Yes 0 No

What does connection string consists of ?..

Answer / ansu kamar

it consist of
data source
database
user name
password

Is This Answer Correct ?    11 Yes 0 No

What does connection string consists of ?..

Answer / hardit singh

sqlconnection con=new sqlconnection
("server=localhost;database=testdb;uid=sa;pwd=sa;");

Is This Answer Correct ?    1 Yes 0 No

What does connection string consists of ?..

Answer / m.chandran

Connection String for SQL Server consist of:
1.Data Source or server= “.”; or "Localhost" or "127.0.0.1" or "serverNameinstanceName" or "N/W SQL server IP Address" Server instance.
2.Initial Catalog or database = “DATABASE_NAME”;
Either3.Uid=”UserID for SQL server” and Password= “Password for SQL server”;
ORIntegrated Security=”True”; Use Windows security

optional
5.Provider Name =”System.Data.SqlClient”;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

Which database is the ado.net sql connection object designed for?

0 Answers  


What are two important objects of ADO.Net?

0 Answers  


What are the important features of ado.net 2.0?

0 Answers  


Which namespaces are used for data access?

0 Answers   SwanSoft Technologies,


Explain the role of data provider in ado.net?

0 Answers  


What provider ado.net use by default? Explain the role of data provider in ado.net?

0 Answers  


What are three methods for displaying data in a syncfusion datagrid

0 Answers  


Define bubbled event?

0 Answers  


Which is the best method to get two values from the database?

0 Answers  


How is it possible to get 2 tables of data at a time by using data reader?

0 Answers  


Can a DataReader be used as a DataSource for a GridView. If it is so how will you handle paging.

3 Answers   Directi,


What is csdl entity framework?

0 Answers  


Categories