SQLDMO.dll Error
-
-
i m working in VS2005, while creating database locally no error but remotely it is showing the following error Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} failed due to the following error: 80040154
SQLDMo.dll will only exist (and be registered as a COM object) on a machine with SQL Server installed. Is SQL Server 2005 installed on the "remote" machine?
-
SQLDMo.dll will only exist (and be registered as a COM object) on a machine with SQL Server installed. Is SQL Server 2005 installed on the "remote" machine?
In remote machine SQL server is installed(where i want to create DB and DSN) but no SQL server in my server. Exact working detail: Local Machine RDP to Network Server ( Here i m running Installation Setup to create DB and DSN(This DB and DSN i want to create in other Server machine))
-
In remote machine SQL server is installed(where i want to create DB and DSN) but no SQL server in my server. Exact working detail: Local Machine RDP to Network Server ( Here i m running Installation Setup to create DB and DSN(This DB and DSN i want to create in other Server machine))
Sql server must be installed on the machine that you are running your program in order for you to be able to load and use SQLDMO. You will need to install it on the SQL Server machine, not just any arbitrary server.