Thanks for reply
Actually my problem associated with a Mysql query which is not executing my
any function through mysql++.
this query is:
SELECT * FROM table1 INTO OUTFILE "some.xl file"
How do I execute this query ,I don't know.
I have tried like this:
mysqlpp::Query query=conn.query();
conn<<SELECT * FROM table1 INTO OUTFILE "some.xl file";
It is executed succesfully but doesnot create any file named 'some.xl'.
----- Original Message -----
From: "Jonathan Wakely" <mysql@stripped>
To: "manish" <manish@stripped>
Cc: "c++" <plusplus@stripped>
Sent: Thursday, September 25, 2008 4:11 AM
Subject: Re: dump from mysql to "xl" file
> 2008/9/24 manish:
>> Hi
>> can anybody tell me ,What are the function present in mysql++ for dump
>> the database into microsoft XL file.Please reply as soon as possible
>
> mysqldump can be used to generate file in something approximating CSV,
> which can be imported by Excel.
>