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 basic use of "dataview" and explain its methods.
What is ole used for?
What is ado rdo dao in visual basic?
What is the use of sqldatareader class?
What is ado oledb and odbc?
What are the benefits of ADO.NET?
What are the ado.net components?
What is the current version of entity framework?
Which object holds only data and does not interact with data source?
What are the connected and disconnected modes in ado.net?
What is DataRowCollection?
What is execute reader in ado.net?
Which architecture does Datasets follow?
What is the functionality of data provider in ado.net?
What are the different methods by which we can populate a dataset?