From: Warren Young Date: December 17 2004 7:51pm Subject: Re: Dynamic SQL Structures List-Archive: http://lists.mysql.com/plusplus/3830 Message-Id: <41C338DD.8030907@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Dovid Kopel wrote: > I want to be able to retrieve data from tables which I may not know the > amount, name, or type of the fields. You can get that by walking through the Row structure. If you're trying to get actual structures that change at run time based on database changes, you are using the wrong programming language.