The error message I get is that I have a 'mismatched criteria'.
If I take the same querie, but then a SELECT:
SELECT * FROM some_table WHERE title='some title'
The above works.
SELECT * FROM some_table WHERE id='some id'
The above doesn't work ...
Form some reason I CAN use 'delete' and 'update' and 'select' queries without problems, UNLESS I try to address an ID. These ID's are automaticly inserted in the ACCESS table. (Autonumber).
The $db variable is OK, the rest of my 'website' works fine with it. It states the connection parameter for an microsoft jet engine database.
Sincerly,
interface
Strange no? 😉