4 lines
No EOL
215 B
Text
4 lines
No EOL
215 B
Text
(DriveFormat, DriveName, DriveCapacity)
|
|
result <-- ExecuteSQL("SELECT BackupName FROM backups WHERE driveFormat = {} AND DriveName = {} AND DriveCapacity = {};")
|
|
if results is None then return False
|
|
Else Return True |