Hi folks!

I thought I get, those UNKNOWN-PKs running, but now MySQL screams. There's a wrong 
statement created...CREATE TABLE EMPLOYEE
  |   (firstname VARCHAR(250), 
  |    lastname VARCHAR(250), 
  |    employeeid INTEGER(11) NOT NULL IDENTITY, 
  |    CONSTRAINT PK_EMPLOYEE PRIMARY KEY (employeeid))
Does anyone know, what the error may be, or how it can be solved?
I think it's not okay for MySQL to put CONSTRAINT into a 'normal' CREATE Statement, 
but am not quite sure with that...

Thanks a lot,
Karsten

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828609#3828609

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828609


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to