Why can't I execute this simple update query:
SQL = "UPDATE Table SET field=0,11 WHERE id=12456"
db.Execute SQL, dbSeeChanges
If I set the field value to 0.11 (with decimal point), the update query executes successfully.
My Access table field datatype is Number.
Here is the error I get:
"3144 - Syntax error in UPDATE statement."