> Either way I can't figure out how to raise an exception in the insert_row
> subroutine so that the parsefile() will die as well. Since I am working with
> records totalling several gigabytes, I am checking every SQL operation by
> evaling them with RaiseError turned on. This doesn't help me much,
Hello,
I am interfacing an XML file with a database, much like the last example at
http://www.xmltwig.com/xmltwig/tutorial/yapc_twig_s5.html
What I am actually doing is checking if the table already got such a record,
if so - updating it, otherwise inserting it, but this is not relevant.
Either