/*
-- SQL Scripts to create the Dynaverse database tables
-- Dyna2-CreateTables-Access.sql = MS Access (Jet 4.0)
-- Dyna2-CreateTables-my.sql     = mySQL
--
-- Use "ODBC Query Tool v4" from George Poulose to run this batch
-- script against your data source.  You can download it here:
-- http://gpoulose.home.att.net/
--
-- To use Access, just use the ODBC Data Source manager found in your
-- Control Panels or Administrative Tools to create a non-system Jet v4
-- data source.  Edit Database.gf to point to that data source.  After
-- you create the data source, run the appropriate CreateTables script
-- batch with the query tool to initialize the SQL tables.  Then just run
-- the Dyna server and it'll do the rest. 
--
*/

CreateTables.sql notes for inserts (moved out of script, wouldn't batch process)
These are the original file notes from Ken and probably mean little to most people.

/*
--# NOTE:  The following rules apply:
--# 1) These table names much match the names used internal to Server (AsyncDBMulti.cpp)
--# 2) The ID/order is not important, but must NOT change for the life of the database (until restarted)
--# 3) During the life of the database, you can add to this table, but not modify or delete
--# 4) This table will be REMOVED once I add the "show tables" logic to the server
*/

20020219 MagnumMan
