On 5 Sep 2010, at 11:01am, Mark wrote:

> a new problem regarding this.  Got it to work fine with your help, on an sqb 
> database, trying to do the same with a db3 but it doesn't want to play.  I 
> don't particularily need it to dump anything, I just need a file, any file,  
> to be created as a trigger / signal to another part of the programme that the 
> INSERT / DELETE or UPDATE has been completed

What happens if you try to ATTACH DATABASE on a file that doesn't exist ?

Also, since you just need a simple signalling system, why not instead make a 
change to a file that does exist, and have the other program watch the 
modification date of that file ?

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

Reply via email to