%@LANGUAGE="VBSCRIPT"%>
<%
set RSviewall = Server.CreateObject("ADODB.Recordset")
RSviewall.ActiveConnection = MM_Truck_STRING
RSviewall.Source = "SELECT * FROM Truck data ORDER BY Price_incl-vat ASC"
RSviewall.CursorType = 0
RSviewall.CursorLocation = 2
RSviewall.LockType = 3
RSviewall.Open()
RSviewall_numRows = 0
%>
Addlestone Commercials - used commercial vehicles, truck sales, skip, hook loaders, crane vehicles
<%
RSviewall.Close()
%>