mjarredondo
Programmer
In ASP I use the following code to get the ado to enable absolutepage:
<!-- METADATA TYPE="TypeLib" FILE="C:\Program Files\Common Files\System\ado\msado15.dll" -->
I tried to use:
<cfobject type="COM" action="Connect" class="C:\Program Files\Common Files\System\ado\msado15.dll" name="Mydll">
I also tried:
<cfobject type="COM" action="Connect" class="msado15.dll" name="Mydll">
But I get the following error:
COM error 0x8007000E
What can I use?
<!-- METADATA TYPE="TypeLib" FILE="C:\Program Files\Common Files\System\ado\msado15.dll" -->
I tried to use:
<cfobject type="COM" action="Connect" class="C:\Program Files\Common Files\System\ado\msado15.dll" name="Mydll">
I also tried:
<cfobject type="COM" action="Connect" class="msado15.dll" name="Mydll">
But I get the following error:
COM error 0x8007000E
What can I use?