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

Using both Ado.net and Telerik data Access

1 Answer 36 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.
Gerry
Top achievements
Rank 1
Gerry asked on 05 Nov 2015, 08:14 PM
Hi,
Is it ok to use both Ado .NET code and Teleirk data Access code at the same time.
What we are doing is like we execute sequential SQL calls using either Telerik Data Access or ado .NET code with the using(connection) format.
will this result in any connection issues.

1 Answer, 1 is accepted

Sort by
0
Accepted
Kristian Nikolov
Telerik team
answered on 10 Nov 2015, 02:56 PM
Hello Ruleof,

Thank you for contacting us.

By default Telerik DataAccess uses its own connection pool,so there should not be connection problems when using both Telerik DataAccess and ADO.Net. That being said, please note that Telerik DataAccess provides its own low level ADO API that gives you the same general functionality as ADO.Net. We recommend you consider using it in case it covers the requirements of your scenario.

I hope this helps. Should you have further questions feel free to post at our forums again.

Regards,
Kristian Nikolov
Telerik
 
Check out the latest announcement about Telerik Data Access vNext as a powerful framework able to solve core development problems.
Tags
General Discussions
Asked by
Gerry
Top achievements
Rank 1
Answers by
Kristian Nikolov
Telerik team
Share this question
or