Introduction - If you have any usage issues, please Google them yourself
This application is used to upgrade an SQL database via an external script file or script text. Any type of database schema update can be done- adding, deleting, or modifying tables, fields and/or indexes, and the upgrade process can be run repeatedly without any issues- especially nice if you want to do SQL Insert/Delete/Update statements as part of a upgrade process, and perform them only under certain conditions.
Anyone with a need to upgrade a database schema can make very effective use of this software, and it can also be used as a DLL or includable class so that you can incorporate a robust SQL upgrading tool directly into your own apps. If your app detects that there is a problem with the schema version [missing fields, etc.], the upgrader logic can be called to fix it.
These routines can be used with any type of database [Access, MySql, Oracle, Postgres, SqlServer, etc.] All that is necessary is to supply the database type and a connection string. Many variations an