From: Eric Sepich Date: December 30 2010 8:35pm Subject: Return the number of fields in a 'vector myresultset;'. List-Archive: http://lists.mysql.com/plusplus/9155 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e64c2a3aa60a500498a69fb7 --0016e64c2a3aa60a500498a69fb7 Content-Type: text/plain; charset=ISO-8859-1 Does anyone know how to return the number of fields in a 'vector myresultset;'? The reference manual states there is a size() method but that is returning the number of rows fetched. I want the number of columns. Thanks. --0016e64c2a3aa60a500498a69fb7--