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...
|
7
Shouts |
|
|||
No comments yet, be the first one to post comment.