Modificare il file:
\Backup 02-06-2024\compatta_archivi_nascita.asp
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Compattazione Archivi NASCITA</title> </head> <style type="text/css"> <!-- .Stile1 { font-family: verdana; font-size: x-small; font-weight: bold; } --> </style> <body> <div align="center" class="Stile1"> <p> </p> <p> </p> <p> </p> <p> </p> <p><img src="Logo04-100x99.png" width="100" height="99"><br> <font color="#0000FF"> <br> </font> <font size="5" color="#FF0000">Compattazione Archivi in corso.....</font><font color="#0000FF"><br> <br> Attendere prego..... </font> </p> <p> <img border="0" src="immagini/access.png" width="50" height="50"></div> <p align="center"> <% strFile = Server.MapPath("mdb-database/E-commerce.mdb") strFileTo = Server.MapPath("mdb-database/E-commerce_compattato.mdb") strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" &_ "Data Source=" & strFile strConnTo = "Provider=Microsoft.Jet.OLEDB.4.0;" &_ "Data Source=" & strFileTo set objJro = server.createobject("jro.JetEngine") objJro.CompactDatabase strConn, strConnTo if err <> 0 then Response.Write "Errore:<br>" & err.description else Response.Write "Database compattato con successo su " & strFileTo end if set objJro = Nothing '=================================== 'Rinomino Database '=================================== Dim fso Set fso= Server.CreateObject("Scripting.FileSystemObject") ' CANCELLO IL FILE ORIGINALE fso.DeleteFile strFile 'Rinomino il file Compresso fso.Movefile strFileTo, strFile %> <font face="Verdana"><font size="5"> </font> </font> </p> <p align="center"> <font face="Verdana"><font size="5" color="#0000FF">Il Database è stato cancellato.....</font><font size="5"> </font></font> <br> <font face="Verdana"><font size="5"> </font> </font> </p> <p align="center"> <font face="Verdana"><font size="5" color="#0000FF">Il Database è stato SOSTITUITO.....</font><font size="5"> </font></font> <br> <font face="Verdana"><font size="5"> </font> </font> </p> <p align="center"> <font face="Verdana"><b><font size="5" color="#FF0000">Il Database è stato compattato con successo.....</font></b><font size="5"> </font></font> <br> <% %> </p> <p align="center"><b><font face="Verdana" size="4" color="#0000FF"> <a href="Admin/default.asp">ESCI</a></font></b></p> </body> </html>
[
Íàçàä
]