I want to call certain functions of a COM component from ASP. I would like to know
How can I create a COM object?.
How can I use VARIANTS to pass to the COM object?
Can I pass reference parameters from ASP to COM object?
What are the limitations of passing reference objects to COM?
Where would I get more information about this?
Use the CreateObject function
VBScript has only one data type called a Variant.
Yes.
I got lost with this one…