Hi,
In my code I'm getting a weird error. It's caused by this piece of code:
response = SQLCommand.ExecuteNonQuery();
The error: There is missing a ; at the end of the SQL-instruction.
My eyes may be bad, but I clearly see a ; at the end of this piece of code.
Any solutions??