From: Warren Young Date: December 29 2004 11:40pm Subject: Re: Dynamic SQL Structures List-Archive: http://lists.mysql.com/plusplus/3862 Message-Id: <41D3405D.3040206@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Dovid Kopel wrote: > My first question is, why is color (which is a 'text') being seen as a > blob? No idea. Show me your table declaration. > Secondly, why would id (which is an int(11)) print but year (which > is an int(4)) not print. year clearly is not the same type. From the first section of your output, it is some C++ type within namespace mysqlpp. You will have to demangle it further to find out exactly which type it is. > I'm at college > so I don't think I can give you shell. Am I doing your homework for you?