![]() |
Sergey Kornilov admin 3/17/2005 |
Hi, |
P
|
PeterT author 3/17/2005 |
Hi, I would recommend to create a view in SQL Server on the top of this SQL query and use this view as a datasource in ASPRunnerPro.
|
![]() |
Sergey Kornilov admin 3/23/2005 |
Peter, strSQL="select " & AddWrappers("ID") & ", " & AddWrappers("Make") & ", " & AddWrappers("Model") & ", " & AddWrappers("YearOfMake") & ", " & AddWrappers("Picture") & ", " & AddWrappers("Horsepower") & ", " & AddWrappers("EPACity") & ", " & AddWrappers("EPAHighway") & ", " & AddWrappers("Price") & ", " & AddWrappers("Date Listed") & ", " & AddWrappers("Phone #") & ", " & AddWrappers("UserID") & ", "
strSQL=gstrSQL |