21.09.2010, 02:24
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.
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;