3 messages in com.mysql.lists.plusplusUsing "LOAD DATA LOCAL INFILE....." s...
FromSent OnAttachments
Steffen Schumacher20 Apr 2004 09:56 
Steffen Schumacher21 Apr 2004 01:25 
Sinisa Milivojevic21 Apr 2004 03:48 
Subject:Using "LOAD DATA LOCAL INFILE....." statement with mysql++
From:Steffen Schumacher (STE@tdc.dk)
Date:04/21/2004 01:25:10 AM
List:com.mysql.lists.plusplus

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?