Quantcast
Viewing all articles
Browse latest Browse all 75275

Load dialog: Show summary "only with error" by ian-and-penny - 2013-07-20

QUOTE (TheWinterTrio @ July 20, 2013 11:18 am)
Wow... Works great!

This is what I whipped up to check everything loaded today.
CODE
$Date = DateToSQL($_Today)
$file = $_Appdata + "\gsak.db3"
$status = Sqlite("open",$file)
$_sql = "select Description,DateTime from LoadHistory where Records = '1000' and g_regex('^$Date',DateTime)"
$data = Sqlite("sql","$_sql")
$status = Sqlite("close",$file)

If $data <> ""
 Pause msg=$data
EndIf


Thanks!

-TWT

Is there a way to use a lesser number, say 950? This code didn't work.

CODE
$_sql = "select Description,DateTime from LoadHistory where Records > 950 and g_regex('^$Date',DateTime)"

Viewing all articles
Browse latest Browse all 75275

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>