From: Warren Young Date: September 19 2005 4:34pm Subject: Re: What's that error in tutorial?!? List-Archive: http://lists.mysql.com/plusplus/4947 Message-Id: <432EE8B3.3010909@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Chris Frey wrote: > So we could just add an operator[](int), No, because row[0] would still ambiguous w.r.t. the char* overload. > or add a template with some > specializations for const char* and char*. I hold out hope for this method.