From: Warren Young Date: October 31 2005 10:01pm Subject: Re: Newbie problems accessing data in result set and re-using the query identifier List-Archive: http://lists.mysql.com/plusplus/5074 Message-Id: <43669454.4020902@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Troy Jennings wrote: > > patron_id_temp = res[1][2]; That's not valid syntax [anymore]. It's possible that the documentation still uses it. You would say res.at(1}.at(2) here instead now.