
Grand Theft Auto 3 Walkthrough
Car: Yakuza Stinger
The Yakuza like this car, it's found in their area.
Photos of all the cars!
Grand Theft Auto 3 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 = 116 ;"
objCmd4.ActiveConnection = strConnect
objCmd4.CommandType = &H0001
objCmd4.CommandText = SQLTxt
objCmd4.Execute intRecords
Set objCmd4 = Nothing
%>
|