On 26 September 2016 at 13:17, R Smith <rsm...@rsweb.co.za> wrote:
> sqlite3.exe dropped.db "INSERT INTO DropDB_log(date, ip_address, status)
> VALUES (%DATE%, %%A, '%STATUS%');"


YES!

During my lunch break, I don't know why it didn't click to make this a
loop until I got back and saw your helpful reply. :)

IP address needed to be escaped, though:
sqlite3.exe dropped.db "INSERT INTO DropDB_log(date, ip_address,
status) VALUES (%DATE%, '%%A', '%STATUS%');"



-- 
-------
inum: 883510009027723
sip: jungleboo...@sip2sip.info
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to