i have a field in the mysql datatype: decimal (3,1)
in my form am trying to enter this data: 15.0
when i click insert, i get the error: Invalid data, invalid size
to isolate the cause, i went straight to the database and inserted the number 15.0. No errors
yet doing the same in the form, i get that error!