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