Dear MySQL users:

I've a problem with BDB tables, with specially AutoIncrement field..

The structure is:

CREATE TABLE chart (
  id int AUTO_INCREMENT,
  accno int,
  description text,
  balance float,
  type char(1) DEFAULT 'A',
  gifi int,
  category char(1),
  link text,
  PRIMARY KEY(id)
) TYPE=BDB;

When I tried to insert records without value for id field I get this message
of MySQL:

Lost connection with MySQL server.
And when I removed AutoIncrement everything was fine.
I reviewed the BDB tables specifications, but I didn't find anything about
AutoIncrement fields

Thanks for help,
Aboud Akhdir

_________________________________________________________
Maktoob.com presents the first Arabic Instant Messaging on the Web. 
http://www.maktoob.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