7
Shouts

Building a plug-in model to load VistaDB - Part II

published 701 days, 7 hours, 52 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 703 days, 1 hour, 38 minutes ago
Thursday, June 24, 2010 10:06:19 AM GMT Tuesday, June 22, 2010 4:20:59 PM GMT

Plugins are used in data applications to support more than one provider from a single codebase.  The Provider Factories in ADO.Net is one such example, but you cannot work with the provider specific features when you use these factories since they only implement generic ADO.Net functions.  If you need to be able to use provider specific functions (like VistaDB’s DDA Pack routines), you have to load the provider somehow.  In most cases you put that logic and bindings into a separate assembly and load it w...

category: SQL | clicked: 0 | | source: infinitecodex.com | show counter code
tags: SQL Server, Plug-In, C#, VistaDB