ODBC API call: 'connect:' returned the following error message: '
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
source = bol_cyberguide
user = admin
WebBase ODBC (EwXx08.120@Windows 2000 5.0) **
In file: e:\cyberspace\vmc3\calendarquest\techprep1\calendar.html
;; following starts near line number 13 in your source form...
...
{else}{set Month %date% monthName}{set Year %date% year}{/if}
{sql to calendar source 'bol_cyberguide' user 'admin'}
SELECT * FROM BolCalendar WHERE Month Like '%{Month}%' AND Year Like '%{Year}%' AND Category Like '%{Category}%' AND Organization Like '%{Organization}%'
ORDER BY Month, Day
{/sql}
</head>
<body bgcolor="#FFFFFF">
...
**