Hello all,
Think I am going mad
I want to do a simple update and get a parse order at line 1.
1: UPDATE ir312 // the table name
2: SET
3: R3_21 = $tot // R3_21 is the field name, $ tot is an amount
4: WHERE irdnumber=$irdnumber
The table name is correct
$ irdnumber has been checked
Alhough that does not matter because it stops at UPDATE at line 1
I can see no error what is wrong?
Please help
Peter