% ' Create database connection set objConn = objConn_product_access() tblname_products = "product_model" tblname_news = "fsp_news" strSQL_prc = "select * from " & tblname_products & " where prc_new='1' order by id desc" set rs_prc = objConn.execute(strSQL_prc) strSQL_news = "select * from " & tblname_news & " where show='1' order by sort,newsid desc" set rs_news = objConn.execute(strSQL_news) %>
|
|
|
|
|
|
a
|
|
||
Copyright
© FSP(GB) Ltd. All rights reserved. ¡V Any type of unauthorised reproduction
is prohibited. |