
Bella-Online Strategy & Action: Pit Droid Puzzles
Star Wars Pit Droid Puzzles
Do you have a puzzle you've created and want to share with the world?
Send it along! I'd love to add you to our library!
Star Wars Pit Droid Walkthrough
<%
'TRAFFIC'
Dim objCmd4
Set objCmd4 = Server.CreateObject ("ADODB.Command")
SQLTxt = "update traffic set hit_count = hit_count + 1 where " & _
"site_id = 283 and page_id = 85 ;"
objCmd4.ActiveConnection = strConnect
objCmd4.CommandType = &H0001
objCmd4.CommandText = SQLTxt
objCmd4.Execute intRecords
Set objCmd4 = Nothing
%>
|