
Pokemon Snap Walkthrough:
Getting the PokeFlute
To get the PokeFlute, get a picture of one of the six PokeSigns. When you do, Professor Oak will be pleased with you and give you the PokeFlute. You can use this to entertain the pokemon. You'll get some great photos as a result!!
Pokemon Snap Walkthrough Index
<%
'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 = 84 ;"
objCmd4.ActiveConnection = strConnect
objCmd4.CommandType = &H0001
objCmd4.CommandText = SQLTxt
objCmd4.Execute intRecords
Set objCmd4 = Nothing
%>
|