8.4. Writing a Data Provider
A more labor-intensive alternative to staying with your custom OLE DB provider is to write a new data source-specific .NET data provider. In addition to the generic data providers for OLE DB and ODBC, Microsoft has written two data providers (SqlClient and SqlXml) for SQL Server. Microsoft is currently working on custom data providers for Oracle, and DataDirect Technologies has announced data providers for Oracle and Sybase, with perhaps more to come. Although no “standard” is set in stone for .NET data providers, enough information is available for third parties to begin building their own.
The .NET SDK documentation includes details on how to build a data provider, what types and interfaces make up a standard provider, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access