Grand Theft Auto 3 Walkthrough
Car: Yardie Lobo
Ah, those Yardie Lobos. Found in Belleville Park, on the second island. Great fun for cruising around in.
Car Listing
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
%>
|