View Single Post
  #4  
Old 04-26-2002, 04:01 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

No, it will knock up your daughter and steal your car...


Yes, it will add the updates to the existing database...




IN a nutshell:

use : use this database
so ,
use eq;
means use the existing eq database that you should have already sourced (not compiled btw, importing a database has nothing to do with compiling)

source <file>;
means populate my database that I picked above with this datafile.
Reply With Quote