Setup connector
Background
The database contains coded subject information, including links to all MRI, physiology and other studies and measurements obtained from subjects. An Access file stored on the study data drive (e.g., W:\Database\ or S:\Database) allows added, viewing and editing through the "subject" form. (See also Using MS Access.])
The actual database is stored on the server (kiwi), and is a MySQL database. There is one database for heart failure (hfdata) and one for everything else (sidata). Connections are made through ODBC.
Backup: setup a regular database backup through MySQL Database Backup.
For Windows XP, see Installing 32-bit MySQL Connector on 64-bit Systems.
Changing Subject Designation in Database
Automatically Update TIMESTAMP
For some odd reason the default behavior of the TIMESTAMP was only to modify on creation; here's how to change that:
curs = exec(conn,'ALTER TABLE event MODIFY modified TIMESTAMP ON UPDATE CURRENT_TIMESTAMP')
Set the view in Control Panel to Small Icons, to make it easier to find things.