Question
problems accessing SQL-DMO
Hi I am trying to access SQL-DMO and Windows Script to
generate customized scripts for SQL server table objects. There is
a dll file sqldmo.dll hich sits in the \Tools\Binn directory under
the Microsoft SQL Server installation.
No i am trying to instantiate this object vai coldfusion using the following:
<cfobject type="com" name="SQLServer" class="SQLDMO.SQLServer" server="\\olivemill" action="create">
I keep getting this error:-
An exception occurred when instantiating a COM object.
The cause of this exception was that: coldfusion.runtime.com.ComObjectInstantiationException: An exception occurred when instantiating a COM object..
Has anyone tried this before? Any help greatly appreciated!
No i am trying to instantiate this object vai coldfusion using the following:
<cfobject type="com" name="SQLServer" class="SQLDMO.SQLServer" server="\\olivemill" action="create">
I keep getting this error:-
An exception occurred when instantiating a COM object.
The cause of this exception was that: coldfusion.runtime.com.ComObjectInstantiationException: An exception occurred when instantiating a COM object..
Has anyone tried this before? Any help greatly appreciated!
