What does connection string consists of ?
Answer Posted / ansu kamar
it consist of
data source
database
user name
password
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is ado net stands for?
What is ole data type?
What are the classes in System.Data.Common Namespace?
What are the several execute methods of ado.net?
How would you connect to a database by using .NET?
Explain the different row versions available in table?
How to create data relations?
How we can provide data to ado.net?
How can we add/remove row's in "datatable" object of "dataset"?
What is an ado?
What is the difference between ado.net and entity framework?
How to check if a datareader is closed or opened? IsClosed()
How to add a check box or a dropdown list to a column in a datagrid?
Explain executenonquery?