Student Manager Codes

Garbage in - garbage out has become a computer cliché. It refers to collected data that becomes worthless if there is no coordination of how data is entered into the database.  To combat this problem, Student Manager uses data validation tools to ensure information conforms with rules set up for specific data elements.  Some of these rules are built into Student Manager:

  • You can not enter an invalid date such as April 31st.
  • Each name record must have a unique ID number.
  • Each course record must have a unique Course Code.
  • A course must exist in the database before you can register anyone in the course.
  • A registration must exist in the database before you can make a payment to the registration.
  • Codes for validated fields must be defined (added to the field's Code list) before they can be used in records.

 

 

Related Topics Link IconRelated Topics