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 are the 3 major types of connection objects in ado.net?
What are the connected and disconnected modes in ado.net?
What is the difference between Datareader and Dataset?
What is dao and ado?
What Is Difference Between Ado And Ado.net?
What are the uses of Stored Procedure?
Explain how to find the given query is optimised one or not?
What is the DataTableCollection?
What is a string variable?
Explain the difference between data reader and data set?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What are the benefits of using ado.net?
What is defaultview in datatable?
How to identify the updated rows in a dataset?
What are the drawbacks of using ado.net?