The CLB Database Upgrade Library is a .Net library wrote in C#. It isdesigned to simplify the task of updating the structures of databases used by your applications. The library will create a DBVersion table to be used for maintaining the current version. It will use this version and compare it against the list of scripts used to update the database and only apply those scripts necessary to bring it up to current version. Rather than a complex method of storing the version/script, a simple XML structure is store the information.
Terms Of Use | Privacy Statement Copyright 2008 by Chris Bennett