From: Warren Young Date: November 8 2008 10:34am Subject: Re: 'result' is not a member of mysqlpp List-Archive: http://lists.mysql.com/plusplus/8126 Message-Id: <8B91881C-B5E4-428E-B2B9-5D34266A2BC6@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 8, 2008, at 3:11 AM, JJ Harrison wrote: > mysqlpp::Result res = query.store(); You're either moving from an old version of MySQL++ and haven't read the breakages chapter in the user manual, or you're looking at old documentation. Result got renamed to StoreQueryResult in v3.0.0: http://tangentsoft.net/mysql++/doc/html/userman/breakages.html#api-3.0.0