I am posting a load of information to this file, and then trying to upload the information into the 'Cars' Table. I know the table works as I have tried single values and it worked.
I added all the values and now it throws the following error:
"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`,`CurrColour`,`NoOfDoors`,`SeatingCap`,`Length`,`Width`,`Height`,`CombEngCap`,`' at line 2"
... "INSERT into `Cars`
(`date`,`DVLAMake`,`DVLAModel`,`BodyStyle`,`EngineSize`,`Year`,`Transmission`,FuelType`,`CurrColour`,`NoOfDoors`,`SeatingCap`,`Length`,`Width`,`Height`,`CombEngCap`,`DriveType`,`MaxTorque`,`MaxPower`,`FuelConsumpURB`,`FuelConsumpCOMB`,`MaxSpeed`,`Acceleration`,`WeightKG`,`NCAPRating`,`SecRemCentLock`,`SecCentLock`,`SecAlarm`,`SecImmob`,`AudioEquip`,`ExtPowerAssSteer`,`ExtAssBreak`,`ExtElecWindows`,`ExtAirBags`,`ExtMirrors`,`ElecHeatedMir`,`IncWarranty`,`IncSerBook`,`IncMOT`,`IncPXConsid`,`CarImage`)
VALUES
( ... ) ";
Any ideas?
FuelType.