Larry Brasfield wrote:
> If I go into the firefox add on and run a checkpoint , the 2 new invoices
> get flushed from the WL to the db file and then my program sees them
> what am I doing wrong where my script is only looking at the db file and not
> the WAL file?

An explanation would be that your script is not able to see the .wal file.
Check the file permissions, and whether the .wal file actually exists in
the same directory as the database file (Windows often redirects accesses
elsewhere if you try to write into system directories like C:\).


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to