Hi I need to know what to refrence, change, or include in my ActiveX component to make it connect to the same serverObject as the rest of my ASP page and pages. I'm getting "object required" using the same ASP code. Any one know how to do this? Here it is:


Dim Connect4, Query4, a, b, c, d, f, g, h, j, k, l, m, v, DataValue (100 )
Set Connect4 = Server.CreateObject("ADODB.Connection")
Connect4.Open "NewSite"
Set Query4 = Connect4.Execute("Select * from Tracking")