protected TaskRepositoryADO ()
		{
			// set the db location
			dbLocation = DatabaseFilePath;

			// instantiate the database	
			db = new TaskDatabase(dbLocation);
		}
        protected TaskRepositoryADO()
        {
            // set the db location
            dbLocation = DatabaseFilePath;

            // instantiate the database
            db = new TaskDatabase(dbLocation);
        }