Is ADO.NET derived from COM? true /false
Answers were Sorted based on User's Feedback
How can we serialize the dataset object?
How can you add or remove rows from the datatable object of dataset?
What is executescalar and executenonquery?
types of Store procedure in Sqlserver2000?
i have two textboxes one for user name and another for password . i have a table name compare(which contains name,passwod etc.,)my doubt is how compare username textbox with name column and how compare password textbox with passwod column. i want the code
What are the various methods provided by the DataSet object to generate XML?
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
what purpose of Indexing creating? directly we can search the reqired row with the help of query?what is the use of indexing?
Which parameter of ConnectionString is used to specify the name of the database?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
Why is stored procedure used in ado.net?