% Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open Application("database1_ConnectionString") Set RS = Conn.Execute ("EXEC pr_web_daynames_ret_proc '" & Request("start_date") & "'" ) Do While Not rs.eof d1 = RS("d1") d2 = RS("d2") d3 = RS("d3") d4 = RS("d4") d5 = RS("d5") d6 = RS("d6") d7 = RS("d7") RS.MoveNext loop RS.Close %>
Enter
your availability for the day of the week below, then hit
the Submit button...
|