Hello Jann, Are you sure the type in the underlying database is float and not int? You'll get that problem if the db is int.
I can't reproduce your error using the cvs version. Floats store fine for me. What about your textfield tag? Do you have something like (note the size): <db:textField styleClass="clsInputStyle" size="31" fieldName="n2"/> On Mon, 2003-03-03 at 23:26, Jann Kickler wrote: > Hello, > > when i want to store a float like 3.3 into the database out from a dbform > genrated dialog. > the servle stores only a 3. the datatype of the attribute in the table is a > FLOAT(31). > how can i manage the problem? > > Greetings Jann -- Shawn <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
