Create a Custom SQL DB Provider in C# Using CoreLab.Sdac API
Posted: Wed 09 Jul 2008 11:42
Can I be helped on the following POC:-
Currently when connecting to a SQL SERVER 2005 through any kind of application (.NET) Web / Windows, we utilize the following Provider
-->
The Sql DB Provider is "System.Data.SqlClient" provided as a part of .NET by Microsoft.
Now It is claimed here that SDAC is faster than the aforesaid as it utilizes only OLEDB (please correct me if wrong).
Therefore, I would like to build a Custom DB Provider in C# which utilizes SDAC core API (which I believe are the classes available within the CoreLab.SDac of the CoreLab.SDac.dll). Is it possible to build a C# wrapper over this DLL and come up with a Custom SQL DB provider which is faster than "System.Data.SqlClient"
Kindly help me / refer me to some sample resources in building a .NET library in C# utilizing SDAC.
[/b]
Currently when connecting to a SQL SERVER 2005 through any kind of application (.NET) Web / Windows, we utilize the following Provider
-->
The Sql DB Provider is "System.Data.SqlClient" provided as a part of .NET by Microsoft.
Now It is claimed here that SDAC is faster than the aforesaid as it utilizes only OLEDB (please correct me if wrong).
Therefore, I would like to build a Custom DB Provider in C# which utilizes SDAC core API (which I believe are the classes available within the CoreLab.SDac of the CoreLab.SDac.dll). Is it possible to build a C# wrapper over this DLL and come up with a Custom SQL DB provider which is faster than "System.Data.SqlClient"
Kindly help me / refer me to some sample resources in building a .NET library in C# utilizing SDAC.
[/b]