solitary man
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
Hi-
I'm somewhat new to this but I want to play around with a MS Access database on my web space. I've been checking out how to do this, and from what I've read, it seems that as long as ASP scripting is allowed, then I should be able to do this. Does that work here? I've tried the test below and renamed the file extension to asp with no luck. Any info would be appreciated.
Oh....this is my first post here. Hello World!
Kevin-
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<%=Response.write("Hello World")%>
</body>
</html>
I'm somewhat new to this but I want to play around with a MS Access database on my web space. I've been checking out how to do this, and from what I've read, it seems that as long as ASP scripting is allowed, then I should be able to do this. Does that work here? I've tried the test below and renamed the file extension to asp with no luck. Any info would be appreciated.
Oh....this is my first post here. Hello World!
Kevin-
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<%=Response.write("Hello World")%>
</body>
</html>