Database - ozekismsout table does not get updated
Update ozekismsout set status='deleted' where id='$id' - this sql statement is not working
For some database servers such as Oracle, MS Access, etc... the update and delete sql statements issued by the database plugin are not executed. An SQL error message comes up.
The primary reason for this error is that, these database servers do not expect quotation marks around integer values. The id column in the ozekismsot table is an integer column.
To resolve the problem:
Step 1
Open the sql template editor in Ozeki SMS and remove the quotation marks from around the $id value.
Step 2
This is what you will have after the quotes are removed.
Step 3
If you have made the above modifications, you have to do one more thing before starting the SMS Server again. You need to delete all the unprocessed queries (see the image below). After deleting the Uprocessed SQL Queries window section will be blank.
More information
- Binary messages
- ACCESS error messages
- Database table update
- Database memory leak
- VCard
- How to send a Flash SMS
- Plugin installation
- Database connection in Service Mode
- Special charaters
- New Line Character
- Database field size 160 charaters
- Automatic Startup
- Dummy phone for developers
- SMS_SEND_FAILED
- Date formats
- Changing Sender Number
- TC35 Connection
- Nokia Connection
- Service Startup Failed