Andrew,
Thursday, February 21, 2002, 3:31:16 AM, you wrote:
AB> I have created a table in the mysql db, using phpmyadmin with the following
AB> statement:
AB> create table books
AB> ( isbn char(13) not null,author char(30),title(60),price float(4,2),primary
AB> key(isbn));
AB> which works fine
xx.x
David McInnis
-Original Message-
From: Andrew Bunkell [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 5:31 PM
To: [EMAIL PROTECTED]
Subject: urgent problem with mysql and phpmyadmin
I have created a table in the mysql db, using phpmyadmin with the
following
stat
I have created a table in the mysql db, using phpmyadmin with the following
statement:
create table books
( isbn char(13) not null,author char(30),title(60),price float(4,2),primary
key(isbn));
which works fine and creates the table i need the problem comes when i try
to insert some values into