How would u connect to database using .NET?
Answer Posted / lalitkumar
sqlconnection con=new
sqlconnection("@server=.sqlexpress;database=master;trusted_connection=yes")
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ado connection?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What are the core objects of ADO.NET?
What are all the different authentication techniques used to connect to MS SQL Server?
What is ambient transaction?
What is acid in ado.net?
What is an ado?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is a dynaset in access?
What is DataReader Object?
Explain the difference in an abstract class and an interface?
What Is Difference Between Ado And Ado.net?
Explain advantages of ado.net?
What are the steps to connect to a database?
Explain executenonquery?