Home All Groups Group Topic Archive Search About

Restore.ReadFileList

Author
15 Jan 2007 5:12 PM
Roy
I 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?

AddThis Social Bookmark Button