saupgrade old.mdb new.mdb upgrade_file
old.mdb
is the database file to upgradenew.mdb
is a copy of the database version that you are upgrading to.upgrade_file
is the script file for your particular version upgrade.new.mdb
will be erased!
Just to be clear, new.mdb
is a copy of the database from version of SA that you
are upgrading to, and all of the data from your game will be copied into this database!
The most common mistake that people make when using saupgrade is to put something weird in
the second parameter.
The second most popular error is that people sometimes copy the original database (i.e. old.mdb
)
into the new SA directory.
Conversion scripts usually tend to exist only between close versions of the database, so to convert a really old database, you may have to run the converter multiple times.
Saupgrade assumes that you have a working MS Access ODBC driver on your system. This will usually be installed on your system if you have installed Microsoft Office.