For Programmers: Free Programming Magazines  


Home > Archive > ASP > March 2008 > Help! - What component is this?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Help! - What component is this?
leftend

2008-03-06, 9:56 pm

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!
Bob Barrows [MVP]

2008-03-06, 9:56 pm

leftend wrote:
> 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&...-US&q=COMhelper

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com