| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | November 19 2008 1:35pm |
| Subject: | Re: Compilation errors using sql_create_complete_# | ||
| View as plain text | |||
On Nov 19, 2008, at 6:21 AM, Jay Rajput wrote:
> mysqlpp::sql_char, item, "m_item",
Sorry, the documentation has it backwards. The second parameter for
each row is the C++ name, and the third is the DB side's name. So:
mysqlpp::sql_char, m_item, "item",
...etc.
This will be fixed for the next release.
| Thread | ||
|---|---|---|
| • Compilation errors using sql_create_complete_# | Jay Rajput | 19 Nov |
| • Re: Compilation errors using sql_create_complete_# | Warren Young | 19 Nov |
