Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
Usually it means one of two things:
1) ID is a different data type than you're referencing in the query. In this case, ID appears to be a number, but it could be text...in which case you'd need to say ID='3'.
2) There's nothing after the = sign in the query. Assuming that query you posted is the actual query being used, this doesn't appear to be the case.
|