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 connect database connectivity in dotNET? if suppose
SQL server?and also MS access?

Answer Posted / manish

in the sql server

using system.data.sqlclient
sqlconnection con=new
sqlconnection("server=;uid=;pwd=;database=;");
con.open();

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the concept of inheritance and how it works in .net?

1066


Explain the difference between the stack and the heap?

1031


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

2132


Compare & contrast rich client (smart clients or windows-based) & browser-based web application

1009


Explain the process of serialization in .NET?

1141


What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

1013


What is the advantage of .net core?

1050


What is a strong name in .net?

1102


Do you know what are three common acronyms used in .net, and what do they stand for?

1070


What is common language specification (cls)?

1138


Do you know what is garbage collector?

1058


What tags do you need to add within the asp:datagrid tags to bind columns manually.

1988


What tools can I use to develop .net applications?

1046


Which Namespace is used to to achieve MultiThreading in .NET?

1147


What is the use com component in .net?

1029