|
-
Oct 18th, 2000, 12:05 PM
#1
Thread Starter
Hyperactive Member
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 page and pages. I'm getting "object required" using the same ASP code. 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")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|