Re: ERROR 1046: No Database Selected

2001-04-22 Thread oltra jean-michel

On Fri, 20 Apr 2001, Siomara Pantarotto wrote:

 Date: Fri, 20 Apr 2001 19:35:52 -0300
 From: Siomara Pantarotto [EMAIL PROTECTED]
 To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: ERROR 1046: No Database Selected
 
 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

mysqluse the-database-y-created-before;
-- 
jean-michel


-
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




Re: ERROR 1046: No Database Selected

2001-04-22 Thread Siomara Pantarotto

Hello all,

I wonder if someone could send me a java code showing how to access a mysql 
databse. I will appreciate very much, actually my job is counting on that.

Thanks in advance

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




ERROR 1046: No Database Selected

2001-04-20 Thread Siomara Pantarotto

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




Re: ERROR 1046: No Database Selected

2001-04-20 Thread Ed Carp

Siomara Pantarotto ([EMAIL PROTECTED]) writes:

 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???

mysql use mysql;

sigh

--
Ed Carp, N7EKG  [EMAIL PROTECTED]   940/367-2744 cell phone
http://www.pobox.com/~erc   [EMAIL PROTECTED] - text pager

I sometimes wonder if the American people deserve to be free - they seem
so unwilling to fight to preserve the few freedoms they have left.

-
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