Re: Create Tables In MySQL

2003-12-31 Thread Martijn Tonies
Hi Caroline, > Hi, I have several simple questions regarding creating > tables in the MySQL. > > 1. For a variable of Java primitive int type, I should > use INT or INTEGER? Do I have to specify the length of > the field? > CREATE TABLE message_thread( thread_id INT or INTEGER > NOT NULL AUTO_INC

Create Tables In MySQL

2003-12-30 Thread Caroline Jen
Hi, I have several simple questions regarding creating tables in the MySQL. 1. For a variable of Java primitive int type, I should use INT or INTEGER? Do I have to specify the length of the field? CREATE TABLE message_thread( thread_id INT or INTEGER NOT NULL AUTO_INCREMENT PRIMARY KEY); 2. A fie

Re: Create Tables in MySQL Database from Access

2002-02-18 Thread Patrick Latour
PROTECTED] - Original Message - From: "Alexander Shaw" <[EMAIL PROTECTED]> To: "MySQL Win 32 List" <[EMAIL PROTECTED]> Sent: Monday, February 18, 2002 6:56 AM Subject: Create Tables in MySQL Database from Access > Hi all, > > Seem to be hittin