Help! - What component is this?

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!
 
B

Bob Barrows [MVP]

leftend said:
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")
Are you serious? You could not have tried very hard ...
http://www.google.com/search?hl=en&rls=com.microsoft:en-US&q=COMhelper
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,082
Messages
2,570,588
Members
47,209
Latest member
Ingeborg61

Latest Threads

Top