I want to write two var servertime and clientime to an access database (c:\database\storetime.mdb) with a table called Store and just has the two fields Store Time and Client Time. I'm just trying to learn how to write data to a database and not having much luck
Thanks
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<SCRIPT LANGUAGE=VBSCRIPT RUNAT=Server>
Dim ServerTime
ServerTime = Time
</SCRIPT>
<BR>
<p>
<SCRIPT LANGUAGE=VBSCRIPT>
Dim ClientTIme
ClientTime = Time
</Script>
</body>
</html>
Thanks
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<SCRIPT LANGUAGE=VBSCRIPT RUNAT=Server>
Dim ServerTime
ServerTime = Time
</SCRIPT>
<BR>
<p>
<SCRIPT LANGUAGE=VBSCRIPT>
Dim ClientTIme
ClientTime = Time
</Script>
</body>
</html>