Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server Backup & Restore
Message
 
À
03/10/2005 05:28:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01055425
Message ID:
01055504
Vues:
18
Try with SQL-DMO

Local oServer As SQLDMO.SqlServer
oServer = Createobject('SQLDMO.SqlServer')

oServer.LoginSecure = .T.
oServer.Connect()

oBackup = CreateObject('SQLDMO.Backup')
With oBackup
.Database = "Northwind"
.Files = '[C:\kup]'
.Initialize = .T.
.BackupSetName = "MiBackup"
.BackupSetDescription = "Descripción"
.SQLBackup(oServer)
Endwith

oServer.DisConnect()
Release oServer
David Amador Tapia
WebMaster "La Web de Davphantom"
www.davphantom.net
Cartagena. Colombia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform