Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select * from "adheader"
where DATEDIFF(day, convert(left(LastInsertDate,4) + '-' + substring(LastInsertDate,5,2) + '-' + right(LastInsertDate,2) , sql_date),Current_Date())>0
form1.qAds.SQL.Add (' DateDiff(day,convert(left(LastInsertDate,4) + ''-'' + substring(LastInsertDate,5,2) + ''-'' + right(LastInsertDate,2), sql_date),Current_Date() )>0');
form1.qAds.SQL.Add (' order by pubnumber,entryyear,adnumber');