49 : <!--- end of getting currentPage and start record for the current page --->
50 :
51 : <cfquery name="speculatorproducts" datasource="#datasource_odbc#" cachedwithin="#createTimeSpan(0,0,15,0)#">
52 : select * from MV_SELLDIRECT_SPECULETOR_LIST
53 : order by IS_PRICE_CHANGED DESC
|