[MySQL] Can't enter float into database.
#8

Bump again...I still can't figure why it can't input the floats.. Just to be clear:
The field types are FLOATS.

Edit: heres my table if anyone wants to make sure.
Код:
CREATE TABLE IF NOT EXISTS `bizzinfo` (
  `bid` int(5) NOT NULL,
  `BizzName` varchar(24) NOT NULL,
  `Owner` varchar(24) NOT NULL,
  `Price` int(12) NOT NULL,
  `PayAmount` int(12) NOT NULL,
  `EntX` float NOT NULL,
  `EntY` float NOT NULL,
  `EntZ` float NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Reply


Messages In This Thread
[MySQL] Can't enter float into database. - by Toni - 17.09.2010, 02:02
Re: [MySQL] Can't enter float into database. - by Toni - 17.09.2010, 11:19
Re: [MySQL] Can't enter float into database. - by [HiC]TheKiller - 17.09.2010, 11:34
Re: [MySQL] Can't enter float into database. - by dirkblok - 17.09.2010, 12:54
Re: [MySQL] Can't enter float into database. - by xyu3xx - 17.09.2010, 14:05
Re: [MySQL] Can't enter float into database. - by playbox12 - 17.09.2010, 15:07
Re: [MySQL] Can't enter float into database. - by Toni - 17.09.2010, 19:39
Re: [MySQL] Can't enter float into database. - by Toni - 21.09.2010, 02:24
Re: [MySQL] Can't enter float into database. - by DiddyBop - 21.09.2010, 03:05
AW: [MySQL] Can't enter float into database. - by Fabsch - 21.09.2010, 09:38

Forum Jump:


Users browsing this thread: 2 Guest(s)