View Single Post
  #14  
Old 09-26-2008, 02:14 AM
Xenezie
Fire Beetle
 
Join Date: Oct 2005
Location: Spanaway, Washington
Posts: 19
Default

It looks to me that you've forgot to end your command with a ;

Try

Code:
source load_player.sql;
or

Code:
\. c:/YOURDIRECTORY/load_player.sql;
Reply With Quote