<%LANGUAGE="VBScript"%>
<%
'Open database connection
dim Cn
dim Rs
Set Cn = Server.CreateObject("ADODB.Connection")
Cn.Open "Organizer"
Set Rs = Server.CreateObject("ADODB.Recordset")
Set Rs = Cn.Execute("Select * From Schedule")
dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.