Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ReadBackupHeader
Message
From
19/04/2005 03:51:29
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
 
 
To
18/04/2005 12:29:39
General information
Forum:
Microsoft SQL Server
Category:
Backups
Miscellaneous
Thread ID:
01005714
Message ID:
01006078
Views:
27
Dont know if this helps you at all.

Dim objDevice
Dim objResults
Dim iCount
Dim xCount
'Create the backup device object
Set objDevice = Server.CreateObject("SQLDMO.BackupDevice")
'Loop through the devices until we find a match
For Each objDevice In srv.BackupDevices
If objDevice.Name = Request("fname") Then
'We found a match now read the results
Set objResults = objDevice.ReadBackupHeader
End If
Next

Jon


>thanks, but i´m using sql-dmo and i need the function by this way.
Previous
Reply
Map
View

Click here to load this message in the networking platform