This is a migrated thread and some comments may be shown as answers.

Why should I use DataAccess connection pool?

1 Answer 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gongdo
Top achievements
Rank 1
Gongdo asked on 23 Apr 2015, 03:25 AM

I've been with plain ADO connection pool, with no complains.

Why should I use DataAccess connection pool instead of ADO's?

What's the best benefit of it?

1 Answer, 1 is accepted

Sort by
0
Ralph Waldenmaier
Telerik team
answered on 24 Apr 2015, 07:33 AM
Hi Gongdo,
First of all, if you have no problems with the current settings, I would not advise to change to a different mode.
Though if you for instance have the need to fire a special init sql statement before using a connection, then you can use the 'Telerik Data Access Connection Pool' that allows you to specify such settings using the InitSql setting.
Another feature is the testing for connections, where you can say that when a connection is idle, it gets tested in the background to ensure it is valid when you request it again.

You can find more details about the different settings here.

I hope this information is helpful for you.
Feel free to ask in case you have any other question.

Regards,
Ralph Waldenmaier
Telerik
 
OpenAccess ORM is now Telerik Data Access. For more information on the new names, please, check out the Telerik Product Map.
 
Tags
General Discussions
Asked by
Gongdo
Top achievements
Rank 1
Answers by
Ralph Waldenmaier
Telerik team
Share this question
or