You are on page 1of 3

3/20/2014 ADO.NET - .

NET Interview Questions and Answers Page 7


http://indiabix.com/technical/dotnet/ado-dot-net/7 1/3
New: Electronics and Communication Engineering Questions !
search...
Arithmetic Aptitude Data Interpretation
Logical Reasoning Verbal Reasoning Non Verbal Reasoning
General Knowledge
Sudoku Number puzzles Missing letters puzzles Logical puzzles Playing cards puzzles Clock puzzles
C Programming C++ Programming C# Programming Java Programming
Microbiology Biochemistry
Biotechnology Biochemical
Engineering
Electronics and
Communication Engineering
Civil Engineering Mechanical
Engineering Chemical
Engineering Networking
Database Questions
Computer Science Basic
Electronics Digital Electronics
Electronic Devices Circuit
Simulation Electrical
Enigneering Engineering
Mechanics Technical
Drawing
Placement Papers Group Disucssion HR Interview Technical Interview Body Language
Aptitude Test Verbal Ability Test Verbal Reasoning Test Logical Reasoning Test C Programming Test Java Programming Test Data Interpretation Test
General Knowledge Test
Data Structures Operating Systems Networking DATABASE Database Basics SQL Server Basics SQL Server Advanced SQL Server 2008 JAVA Core
Java Java Basics Advanced Java UNIX Unix File Management Unix Memory Management Unix Process Managemnt C Interview Questions The C
Language Basics .NET Interview Questions .NET Framework ADO.NET ASP.NET Software Testing
Home
Aptitude
Logical Reasoning
Verbal Ability
GK
Puzzles
Engineering
Interview
Online Test
ADO.NET - .NET Interview Questions and Answers
@ : Home > Technical Interview > .NET > ADO.NET > Interview Questions
37. What are the parameters that control most of connection pooling behaviors?
The parameters that control most of connection pooling behaviors are as follows:
Connect Timeout
Max Pool Size
Min Pool Size
Pooling
38. How can you add or remove rows from the DataTable object of DataSet?
Interview Tips
ASP Net Apps
Ado Net
3/20/2014 ADO.NET - .NET Interview Questions and Answers Page 7
http://indiabix.com/technical/dotnet/ado-dot-net/7 2/3
38. How can you add or remove rows from the DataTable object of DataSet?
The DataRowCollection class defines the collection of rows for the DataTable object in a DataSet. The
DataTable class provides the NewRow() method to add a new DataRow to DataTable. The NewRow method
creates a new row, which implements the same schema as applied to the DataTable. The following are the
methods provided by the DataRowCollection object:
Add() - Adds a new row to DataRowCollection.
Remove()- Removes a DataRow object from DataRowCollection.
RemoveAt() - Removes a row whose location is specified by an index number.
39. Explain in brief DataAdapter class in ADO.NET.
The DataAdapter class retrieves data from the database, stores data in a dataset, and reflects the changes
made in the dataset to the database. The DataAdapter class acts as an intermediary for all the communication
between the database and the DataSet object. The DataAdapter Class is used to fill a DataTable or DataSet
Object with data from the database using the Fill() method. The DataAdapter class applies the changes made
in dataset to the database by calling the Update() method.
The DataAdapter class provides four properties that represent the database command:
SelectCommand, InsertCommand, DeleteCommand, and UpdateCommand.
Prev 1234567
2008-2014 by IndiaBIX Technologies. All Right s Reserved | Copyright | Terms of Use & Privacy Policy
3/20/2014 ADO.NET - .NET Interview Questions and Answers Page 7
http://indiabix.com/technical/dotnet/ado-dot-net/7 3/3
Contact us: i nfo@i ndi abi x.com Fol l ow us on twi tter!
Bookmark to:

You might also like