Re: mysqldump utility through MySQL++

2002-05-28 Thread Jeremy Zawodny
On Tue, May 28, 2002 at 03:21:54PM -0500, Thi Cao wrote: > All, > > Is there a mysqldump utility routine that I can call using the mysql++ api? Nope. You might be able to use BACKUP TABLE or SELECT INTO OUTFILE instead. Jeremy -- Jeremy D. Zawodny, <[EMAIL PROTECTED]> Technical Yahoo - Yahoo

mysqldump utility through MySQL++

2002-05-28 Thread Thi Cao
All, Is there a mysqldump utility routine that I can call using the mysql++ api? Thanks, Thi - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list arch