Re: Tables wrong or sql

2004-08-28 Thread Michael Stassen
Stuart Felenstein wrote: I have two tables StatesTable CitiesTable StateID(char) RunningCountID (int) State (varchar) StateID (char) City (varchar) Both are innodb tables, with CitiesTable having a foreign key referencing StatesTable.StateID Basicall

Tables wrong or sql

2004-08-28 Thread Stuart Felenstein
I have two tables StatesTable CitiesTable StateID(char) RunningCountID (int) State (varchar) StateID (char) City (varchar) Both are innodb tables, with CitiesTable having a foreign key referencing StatesTable.StateID Basically my first step here is