View Single Post
  rake
 
 
rake's Avatar
Sorceror|Supreme
 
Posts: 1,269
 
Reg: Jan 15 2002
 
ID: 4
 
RP: 0
 
None
None
None
None
     
 
Default  01.15.03, 08:27:42
  Post #4 (permalink)
 
     

use this rather than the code for the first table.


CREATE TABLE `session` (
`id` INT( 14 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`sessionid` VARCHAR( 255 ) NOT NULL ,
`username` VARCHAR( 20 ) NOT NULL ,
`auth` INT( 14 ) NOT NULL ,
`userid` INT( 14 ) NOT NULL ,
`firstname` VARCHAR( 50 ) NOT NULL ,
`lastname` VARCHAR( 50 ) NOT NULL
);

As for the second, i only see a missing comma after line 3.
______________________________________


Send a message via ICQ to rake Send a message via AIM to rake   rake is offline
View rakes Profile! Find more posts by rake! Visit rakes Homepage!