• Database Administrators should also be invloved in the development of organisational standards for software development. In my organisation we have a document that details the programming standards, and this includes standards for accessing databases. Code reviews help ensure that developers adhere to these standards.

    We also have a library which all user-input is passed through and casted to the correct data type. All developers are obliged to use this library.

    Keith