Here's what I would consider:
Use a global.asa to define your connection:
Code:
<SCRIPT Language=VBScript RUNAT=SERVER>
Sub Application_OnStart
Application("my_conn") = "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=C:\wbcode\off2007\etg.accdb"
End Sub
Essentially, you are creating a list of courses forgive me if I'm being pre-emptive but having found the course where to now. If would seem to be to create an asp page for each course which contains details of the course. Let the the Search Engines find because it contains useful and pertinent (related) information.
I would create an asp page with all the courses and (static) links to the details course pages.
Simon