6
shouts

Building a plug-in model to load VistaDB

published 601 days, 17 hours, 52 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 602 days, 8 hours, 47 minutes ago
Thursday, June 17, 2010 1:36:18 PM GMT Wednesday, June 16, 2010 10:40:54 PM GMT

In this article I will explain how to build an application that uses VistaDB and Microsoft’s SQL Server, without being hard bound against their providers directly.

Many companies desire to offer the choice from several database providers in a single product or API.  In many cases if you were directly bound, but the provider not installed, you would get a dll not found exception at startup. 

There are two ways to handle this scenario.  The most common method is to use ADO.Net Provider Factories and load...

category: SQL | clicked: 0 | | source: infinitecodex.com | show counter code
tags: Plugin, SQL Server, VistaDB