Scott Leighton wrote:

On Monday 10 October 2005 6:03 am, Cyril Scetbon wrote:
No error code is returned cause the script is blocked by the instruction
$dbh->do($req);


  Change that line to

  $dbh->do($req) or die $dbh->errstr;

  to get an error displayed.

  Scott
I used it but no error is printed. What is weird is that it works on Linux with the same version of DBD but not on windows. Moreover windows is swapping.

I noticed another error. When I try
sqlite3 backup.db "select * from logs where date not in (select date from logs order by date desc limit (select nlpurge from settings))"
I get Segmentation fault

Reply via email to