Tim Chase wrote: > My guess would be the extra comma on the nameGiven line...most SQL > engines I've used would choke on that > > - nameGiven varchar(255) DEFAULT NULL, > + nameGiven varchar(255) DEFAULT NULL You're right! I think that must have been leftover from when it wasn't the last line in the query. Thanks!