View Single Post
  #4  
Old 01-10-2013, 01:08 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

The problem is that you are not including a file path.

The following example will work if peqdb_rev2294.sql is located in base C:\
Code:
source c:/peqdb_rev2294.sql
Now load_player.sql and load_bots.sql will require file paths as well but you will also need to open those files up and complete the file paths for everything listed inside them.
Reply With Quote