Ok,

No syntax errors this time, but when I hit enter
(after I type in the code below), I get 'error 1046,
no database selected'


CREATE TABLE phonelist(
    id INT(100) PRIMARY KEY,
    firstName VARCHAR(15),
    lastName VARCHAR(15),
    email VARCHAR(20),
    phone VARCHAR(15)
  );

There must be something I'm  not doing. Any ideas?

=====

----------------
"forget your lust for the rich man's gold. All that you need, is in your soul. You can 
do this if you try. All that I want for you my son, is to be satisfied"

  ~ Lynard Skynard

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to