|
The query you have posted bears no resemblance to what the error message is showing.
an insert query should be
INSERT INTO table CommaSeperatedFieldlist VALUES('comma', 'seperated','list','of values', 'in the' appropriate', 'order')
You appear to be attempting to insert one value to a table with specifying the field(s) it should be in.
NOW that is possible but your value list MUST be a complete one with ALL the values in the CORRECT ORDER for the table columns.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|