Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

Backup Database

To create a backup of a database table with asp.


<%
' ... open database
SQL = "INSERT INTO Ordini_bak SELECT * FROM Ordini"
conn.Execute(SQL)
If err.Number = 0 then
Response.write "Done!"
Else
Response.write "Errore: " & err.Description
End if
%>


Download code...


Print this page


 

Inizio pagina

risorse per webmaster