L
leftend
I'm trying to help out a client who switched hosting providers for
their Classic ASP site. The new hosting provider doesn't provide the
components they need - so I'm trying to find one that does. The
PROBLEM is that there's one component in particular that I can't
figure out! Here it is:
Dim objUtil
Set objUtil = server.CreateObject("COMHelper.util")
and here's the only usage of it:
objUtil.Execute_ADO_Query(strSQL)
or
objUtil.Execute_ADO_Command(strSQL)
Anyone have any ideas?
Thanks in advance!
their Classic ASP site. The new hosting provider doesn't provide the
components they need - so I'm trying to find one that does. The
PROBLEM is that there's one component in particular that I can't
figure out! Here it is:
Dim objUtil
Set objUtil = server.CreateObject("COMHelper.util")
and here's the only usage of it:
objUtil.Execute_ADO_Query(strSQL)
or
objUtil.Execute_ADO_Command(strSQL)
Anyone have any ideas?
Thanks in advance!