Which method do you invoke on the DataAdapter control to load your generated dataset with data?
5 17105If i am expecting a single result from sqlserverdatabase then what command should i follow ?sqlcommand.executereader (commandbehaviour.singleresult)or sqlcommand.executescalar()
4 7990
What is a datagridview?
How to enable and disable connection pooling?
How to retrieve the user id which is provided while windows authentication?
Which is faster dataset or datareader?
Give few examples of datareader that is used in different dataproviders.
How to identify the controls which can be used for binding data?
How to creating a SqlCommand Object?
What are the namespaces used in ado.net for data access?
What are all the different authentication techniques used to connect to MS SQL Server?
What are dataproviders?
how Sequence to connect and retrieve data from database using dataset?
Describe connection object in ado.net
What are the different methods available under the sqlcommand class to access the data?
What is a string variable?
What are good ado.net object to replace to ado recordset object.