Hi all,

I am getting this error

mysql> create table Product (
    -> productID       numeric(10),
    -> name             varchar(30),
    -> primary key(productID)
    -> );
ERROR 1046: No Database Selected
mysql>

How do I fix that please???

siomara



_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to