|
Question:
I receive the following
error message:
Answer:
If you're using MySQL
database and get the error message as shown above, you can switch
to the SQL mode to perform Add/Edit actions via SQL queries.
To enable the SQL mode, add
the following code to the AfterAppInit
event:
|