| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | August 22 2008 1:57pm |
| Subject: | Re: A way to copy mysqlpp::StoreQueryResult into a std::map? | ||
| View as plain text | |||
Alex wrote: > > terminate called after throwing an instance of 'mysqlpp::BadQuery' > what(): You have an error in your SQL syntax; check the manual that > corresponds to your MySQL server version for the right syntax to use near > ''info' * from `command` where `name` =' at line 1 Put this right before the store() call: slog.clog(qry_help_cmd.str()); What does it say? Have you tried other manipulators? Have you tried adding the quotes around the command name by hand?
