I wasn't on the list, so here I go again..
Regarding prior post with same subject, I've gained some wisdom regarding
exceptions..
the abort I got, was due to the fact that I had the words " throw (BadQuery) in
my function definition.. this caused the exception of my own type Iexception to
be unexpected leading to the abort.
But, my question still remains - is it possible to enable the statement in the
subject in mysql++?
In regular C API I have to use mysql_options(mysql, MYSQL_OPT_LOCAL_INFILE, 1);
but with mysql++ I'm somewhat cutoff from doing this, as the connection handle
(mysql) is private in the Connection class.
Should I build my own mysql++ for this to work?
Are there any plans to implement support for setting mysql_options for mysql++
Connection object?