From: Warren Young Date: November 19 2008 1:35pm Subject: Re: Compilation errors using sql_create_complete_# List-Archive: http://lists.mysql.com/plusplus/8174 Message-Id: <3D8BF660-B37C-4748-BE7A-8E3888973529@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit 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.