% @LANGUAGE="VBScript" %> <% Option Explicit %> <% 'create variables Dim SQL Dim strDate Dim strEventID 'Set variable to todays date strDate = Date 'Call our database connection from include file 'maybe if we continue to get errors, need to Close first? Call OpenDB() 'Create SQL query SQL = "Select * FROM Events ORDER BY EventDate, EventName, EventID;" 'Open recordset and execute query Set RS = dbConn.Execute(SQL) %>
![]() |
MAX Home |
|
| ||||||||||||||||||||||||