what is meant by connection pooling and event pumbling in
ado.net
Answer Posted / prabhat saxena(lmp)
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 ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is a dataview?
How to identify the controls which can be used for binding data?
What is ado.net full form?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is row state?
What is Data view?
What is a sqldataadapter?
Does ado.net use odbc?
What is the difference between dataset and datatable?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What are ado.net objects?
What are the advantages of ado.net?
Does executenonquery return a value?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What is microsoft ado?