Dashboard > Documentation for Metrix Developers and Consultants > ... > Implementation Guide > Metrix Files and Technical Components
Documentation for Metrix Developers and Consultants Log In   View a printable version of the current page.
Metrix Files and Technical Components
Added by Anthony Hernandez, last edited by Anthony Hernandez on Nov 01, 2006  (view change)
Labels: 

Metrix Files and Technical Components

See also:

Metrix consists of several components, each of which serves a specific purpose:

  • Metrix.adp. This is a Microsoft Access project file that contains most of the major user interface ("front-end") elements. In most cases, the file is stored locally on the user's computer.
  • interactsql.adp. This is a Microsoft Access project file that contains customizations to the standard Metrix installation. Custom forms and populated custom tables reside in this file. The file is stored on a network-accessible location, and each user's Metrix.adp file will be configured to connect to it.
  • reportsql.adp. This is a Microsoft Access project file that contains customizations to the standard Metrix installation. Specifically, it contains custom reports accessible by each Metrix user. The file is stored on a network-accessible location, and each user's Metrix.adp file will be configured to connect to it.
  • devmodule.mdb. This is a Microsoft Access database separate from the core Metrix installation. It is used by developers and administrators to create or import custom tables; configure them; and migrate them into Metrix.
  • Metrix database. The data repository is a Microsoft SQL Server/MSDE database. It resides on a server, and each user's .adp files are configured to connect to it. The database contains hundreds of stored procedures, tables and views and that enable data retrieval and manipulation.
  • Programming logic. Each .adp file contains a significant number of modules written in Visual Basic for Applications, the scripting language native to many Microsoft products.

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.1.1 Build:#406 Dec 23, 2005) - Bug/feature request - Contact Administrators