codice:
28: sql = "SELECT * FROM CITAUSR.WID_CALENDARIO_EVENTI WHERE D_DATA = TO_DATE('" & calendarioeventi2__MMColParam & "', 'dd/mm/yyyy')
29: ORDER BY ID_Evento ASC"
30: response.write sql
31: calendarioeventi2.Source = sql
32: calendarioeventi2.CursorType = 0
33: calendarioeventi2.CursorLocation = 2
34: calendarioeventi2.LockType = 1
35: calendarioeventi2.Open()
36: calendarioeventi2_numRows = 0
37: sql_dettaglio = "SELECT * FROM CITAUSR.WID_CALENDARIO_EVENTI WHERE D_DATA = TO_DATE('" & calendarioeventi2__MMColParam & "', 'dd/mm/yyyy') ORDER BY ID_Evento ASC"
'response.write sql
39: calendarioeventi1.Source = sql_dettaglio
40: calendarioeventi1.CursorType = 0
calendarioeventi1.CursorLocation = 2
calendarioeventi1.LockType = 1
43: calendarioeventi1.Open()