What is Pooling? what is data pooling? what is sql pooling?
Answer Posted / sagar shinde
through pooling we use a same connection or create new
connection.
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
How do you merge 2 datasets into the third dataset in a simple manner?
What is a control toolbox?
What are the 3 major types of connection objects in ado.net?
Can you explain how to enable and disable connection pooling?
What is ole db query?
Explain the various objects in dataset.
Command objects uses, purposes and their methods.
Define bubbled event?
What is data relation?
What are the rules to implement connection pooling?
Which database is the ado.net?
Which is faster ado.net or linq?
Can we do database operations without using any of the ado.net objects?
What does ado stand for?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?