<% '######################################################## 'Global settings for connections to data baces on error resume next 'Set path to data bases (even if using sql server 'must have traling \ ' example = datapath="D:\Data Bases\" datapath="D:\Program Files\Microsoft SQL Server\MSSQL\Data\" '######################################################### 'If you use a SQL Database - 'Set SQL password on 1st line of settings.txt ' in the Data bases folder ' set SQL database Settings ' example = SQLuser = "SA" ' example = SQLserver = "localhost\test1" ' example = SQLdatabase = "ACTIVE" SQLuser = "bookings" SQLserver = "JMA-SAGE01" SQLdatabase = "BookingSystem" %>