export DEBUG=5
export DBUSER=lab
export DBDRIVER=com.microsoft.jdbc.sqlserver.SQLServerDriver
export DBPASSWD=lab
# The \\\ is to double escape the ; so that the URL below is not 
# interpreted by any makefile as having a second command "pjm_" 
export DBURL=jdbc:microsoft:sqlserver://db-ms.doc.ic.ac.uk\\\;databaseName=pjm_
