This document describes the steps you need to follow to add records to your database in uppercase only.
The simplest method is to make changes in Events tab on eleventh step of your ASPRunner/PHPRunner project.
For that you need to go through a couple of steps.
Steps:
Click on Before Record Updated Event
Modify sample event code putting to appropriate place following code snippets
These changes will apply to Make and Model fields. Now, these fields will be written to database in upper case.
Note: Changes in SQL Query maybe different according to database used.
For example, for MSSQL, MySQL, Oracle and Postgre SQL databases you should use
Upper operator instead of Ucase.