Can Someone Help
This is my code:
<%
Dim objConn
Dim objRS
%>
<%
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & Server.MapPath ("/Kim/database/reservation.mdb") & ";Mode=ReadWrite;" objConn.Open
%>
<%
Set...
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.