From: Warren Young Date: April 25 2008 4:03am Subject: Re: Noob SSQLS problem List-Archive: http://lists.mysql.com/plusplus/7608 Message-Id: <34DF07EC-70FD-4950-B494-400E64CA1C33@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Apr 24, 2008, at 12:21 PM, Rick Gutleber wrote: > I would only use the SSQLS stuff when I am retrieving whole records, > not a single field like I am doing in the code I posted. Actually, that limitation was fixed in version 3. See examples/ ssqls1.cpp. It's doing pretty much exactly what your code is.