Which is faster sqldataadapter and sqldatareader?
What is sqldatareader?
How to get the new oledb connection of oracle in database programming?
What is the namespace in which .NET has the data functionality classes?
What is the default provider in ado.net?
Command objects uses, purposes and their methods.
Execute nonquery returns no. of afected rows.So if my stored procedure hav lot of select stmnt, delete stmnt, insert stmnt..then what does execute nonquery returns in this case?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
what is a dataset?
How would u connect to database using .NET?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is Debug.write does?
explain connection less and with connection?diference between data reader,data set,data adapter? can we use data reader,data set in a single application? if yes explain with simple code,if no explain?