ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ADO.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
what is meant by connection pooling and event pumbling in 
ado.net
 Question Submitted By :: Sujjuoct28@yahoo.co.in
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is meant by connection pooling and event pumbling in ado.net
Answer
# 1
Connection Pooling:-
Connection pooling reduces the number of times that new 
connections need to be opened. The pooler maintains 
ownership of the physical connection. It manages 
connections by keeping alive a set of active connections 
for each given connection configuration. Whenever a user 
calls Open on a connection, the pooler looks to see if 
there is an available connection in the pool. If a pooled 
connection is available, it returns it to the caller 
instead of opening a new connection. When the application 
calls Close on the connection, the pooler returns it to the 
pooled set of active connections instead of actually 
closing it. Once the connection is returned to the pool, it 
is ready to be reused on the next Open call.
 
Is This Answer Correct ?    7 Yes 1 No
Gyany
 
  Re: what is meant by connection pooling and event pumbling in ado.net
Answer
# 2
connection pool is set of active connections object,so that 
someone else can make use of it without waiting of creating 
the new connection.The number of connections allowed to a 
particular database may be limited due to server capacity 
or database licensing restrictions.
 
Is This Answer Correct ?    2 Yes 3 No
Prabhat Saxena(lmp)
 
 
 
  Re: what is meant by connection pooling and event pumbling in ado.net
Answer
# 3
when a connection opened first time the connection pooling 
is created , and is based on the exact match connection 
string given to the connection object. 
It works only the connection string is same.otherwise it 
will open a new connection. Hence connection pooling 
maintains all these coneections to made the retreive of 
data effectively and fastly.
 
Is This Answer Correct ?    0 Yes 0 No
Sandyni
 

 
 
 
Other ADO.NET Interview Questions
 
  Question Asked @ Answers
 
Differences between dataset.clone and dataset.copy? Ksb2
On ODP.net ? MMTS1
what is the syntax code for oldb to connect oracle IBM2
ADO and ADO.NET differences? Microsoft3
Explain the ADO . Net Architecture ?  2
What is sequence of code in retrieving data from database ? Accenture2
What provider ADO.net use by default ? Accenture4
Difference between OLEDB Provider and SqlClient ?  2
How do you merge two datasets into the third dataset in a simple manner? IBM2
can we execute trigger normally at the desired time? Microsoft2
Which are the different IsolationLevels ?  2
How many commands does the oledbcommand takes?what are they?  2
Call a stored procedure from ado.net and pass parameter to it ? Keane-India-Ltd5
what is trigger? Microsoft7
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, How do you check whether all the 10 records were present while updating the data(Which event and steps) and throw the exception. Fulcrum-Logic2
What does ADO.NET consists of ? TCS5
Where do you store connection string ? Digital-GlobalSoft1
What is main five diffrent between Connected And Disconnected environment Wipro5
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 Wipro5
What is the main difference between ADO and ADO.Net  3
 
For more ADO.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com