Hi all,
Does anyone know what this error means, what causes it and how to fix it?
Exception:System.Runtime.InteropServices.COMException (0x80045026): [SQL-DMO]This cache contains no result sets, or the current result set contains no rows.at SQLDMO.QueryResults.GetColumnString(Int32 Row, Int32 Column)at Mbr.DbGet.DbRestorer.RestoreDatabase()at Mbr.DbGet.DbRestorerCollection.RestoreAll()
Exception:
System.Runtime.InteropServices.COMException (0x80045026): [SQL-DMO]This cache contains no result sets, or the current result set contains no rows.
at SQLDMO.QueryResults.GetColumnString(Int32 Row, Int32 Column)
at Mbr.DbGet.DbRestorer.RestoreDatabase()
at Mbr.DbGet.DbRestorerCollection.RestoreAll()
I have created an application that restores a given database. This application works fine on one machine but throws this error on a second machine.
I can't find anything about this error on either google or MSDN.
Can anyone help?
Kindest regards
jeanangeo
I got the same error in:
Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Copyright (c) 1988-2003 Microsoft CorporationEnterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 1)
The error:
http://i16.tinypic.com/2hwjhpx.jpg
While selecting a backup device (file) during a restore of a database, this error occurred in the Enterprise Manager. Previous to this message, the button "select devices..." didn't respond.
I have no clue... anyone?