[ About | Search | Feedback | Support ]

Glossary

This page contains definitions of terms, either technical or otherwise, used within this website.  If you think something should be added to this page,  please do not hesitate to contact us.

A good set of online computer related reference material can be found at The Free On-line Dictionary of Computing.


Control Panel

This is an application provided with Windows that allows you to change your computer's settings.  To start Control panel:

  1. Click Start, and then point to Settings.
  2. Click Control Panel.
  3. Double-click the icon that represents the settings you want to change.

Client-Server

A common form of distributed system in which software is split between server tasks and client tasks.  A client sends requests to a server, according to some protocol, asking for information or action, and the server responds.  This is analogous to a customer (client) who sends an order (request) on an order form to a supplier (server) who dispatches the goods and an invoice (response). The order form and invoice are part of the "protocol" used to communicate in this case.


Data Source Name (DSN)

When using ODBC, a the DSN is used to identify a particular data source.  Normally, this should be a short name for the data source, such as Orders or Accounts Payable.  For The Racing System, we use the DSN 'Race'.


Open DataBase Connectivity (ODBC)

a standard for accessing different database systems.  An application can submit statements to ODBC using the ODBC flavor of SQL. ODBC then translates these to whatever flavor the database understands.


race.db

This is the Sybase SQLAnywhere database which The Racing System uses.  It's the one file that you should back up as often as possible.


registry

The registry is a database supplied by the operating system and provides a place for applications to store information rather then using INI files.


[ About | Search | Feedback | Support ]

This page last updated: Thursday, 02 March 2000
Copyright 1997, 1998, 1999, 2000-2014 Dan Langille.  All rights reserved.