Oliver Peters wrote:
> /* the following actions should be
>
> 1. INSERT
>
> 2. DELETE everything in table a if the INSERT worked fine
>
> */

Can't your application check the return code when running INSERT, and 
not perform a DELETE if INSERT failed?

Igor Tandetnik



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

Reply via email to