From: Christian Mack Date: March 12 1999 8:08pm Subject: Re: field types needed from mysql database List-Archive: http://lists.mysql.com/mysql/136 Message-Id: <36E97432.5A7E24A5@compal.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jiri Cuypers wrote: > > Hi, > > I'm writing a dynamic form handler, which dumps the form data into the > correct fields of a database. > I still need a way to find out which type a particular field has in the > database, in order to know whether I need quotes or not when i do an > insert into. > > I'm using perl 5.004 with DBI::MySql and apache. > > thanks in advance. > Jiri Hi Jiri Why don't you always quote? MySQL has an internal conversion of types. Tschau Christian