MavrickStl
Programmer
I copied the msado15.dll file that calls the type library for constants
such as adLockOptimistic etc, into the read/directory on my websites
server.
Its saying that I can't call the library when i open the pages that have
recordset constants in them.
The message I get is"
Active Server Pages error 'ASP 0224'
Cannot load TypeLib
/database/Datastore1.asp, line 2
Cannot load Type Library specified in the METADATA tag. "
the syntax I;ve used to call the type library is:
<!-- METADATA TYPE="typelib" FILE="/msado15.dll" -->
This synax is held at the start of an asp file that I've put into my pages that call recordsets.
what am I doing wrong?
such as adLockOptimistic etc, into the read/directory on my websites
server.
Its saying that I can't call the library when i open the pages that have
recordset constants in them.
The message I get is"
Active Server Pages error 'ASP 0224'
Cannot load TypeLib
/database/Datastore1.asp, line 2
Cannot load Type Library specified in the METADATA tag. "
the syntax I;ve used to call the type library is:
<!-- METADATA TYPE="typelib" FILE="/msado15.dll" -->
This synax is held at the start of an asp file that I've put into my pages that call recordsets.
what am I doing wrong?