|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Restore.ReadFileListI use Restore class in SMO to retore a database. However, if I use a mapped
local driver (for example Z: is a mapped to C:\MyFolder) for the BackupDeviceItem, the following call failed. DataTable dt = res.ReadFileList(server); If the file is not mapped (for example C:\MyFolder\Myfile.bak), it will be successful. Why? How to solve it? |
|||||||||||||||||||||||