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
Explain the different row versions available in table?
how we can fire event in databound coulm in datagfrid withot using button?
Define data access layer?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What are the differences between OLEDB and SQLClient Providers?
What is dataset object? Explain the various objects in dataset.
What is aggregate root?
What are the parameters that control most of connection pooling behaviours?
What is ado.net in mvc?
Which is faster ado.net or linq?
Which object needs to be closed?
What is a column variable?
What is execute scalar in ado.net?
What is executenonquery ado.net?
What are three methods for displaying data in a syncfusion datagrid