View Single Post
  #3  
Old 04-10-2004, 09:09 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Quote:
and then source the correct database (see Jezzebell's guide).
By typing drop database you are deleting the DB. You will need to do the
Code:
CREATE DATABASE <DBName>;
USE <DBName>;
again before you try and source the correct DB....
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote