home *** CD-ROM | disk | FTP | other *** search
- <% @ LANGUAGE="VBScript" lcid="1036" %>
- <%
- Set ConnectionBD = Server.CreateObject("ADODB.connection")
- ConnectionBD.Open "abb"
- 'Initialisation de la connection avec la base de donnΘe.
-
- strEnvSQL = "ALTER TABLE Environnement ADD COLUMN envdecal smallint"
- set EnvRes=ConnectionBD.Execute(strEnvSQL)
-
- SQLStmt3 = "UPDATE Environnement "
- SQLStmt3 = SQLStmt3 & "SET envdecal = (0) "
- Set RS3 = ConnectionBD.Execute(SQLStmt3)
- %>
- <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>ABB</title>
- </head>
-
- <body>
- Le dΘcalage horaire est ajoutΘ ! Vous pouvez dΘsormait le configurer...
- </body>
-
- </html>
-