OleDbException when doing INSERT in .mdb database
See the question and my original answer on StackOverflowInterval is a keyword for Jet/Access, change your command into this (surround Interval with brackets):
OleDbCommand sql = new OleDbCommand("INSERT INTO Schedule (BackupID, Repository, [Interval], Type) VALUES (@BackupID, @Repository, @Interval, @Type)", conn);