hmichael
User
 Junior Boarder
| Posts: 18 |   | Karma: 0 |
|
RE: MySQL Problems!
|
|
Posted: 2005/05/15 15:21 |
|
|
|
|
Hello, Thanks for pointing out the quote problem. Now using the correct quotes i'm getting the following:
select * from `MASTER`
ERROR: Invalid floating point operation
--------------------------------------------- Script finished (13,375 s).
LibMySQL: 1,01 MB (1.060.864 bytes) got from -> http://dev.mysql.com/downloads/administrator/1.0.html
Thanks!
Table stracture:
CREATE TABLE `MASTER` ( `ID` int(11) NOT NULL auto_increment, `NAME` varchar(20) default NULL, `PICTURE` blob, `DESCRIPTION` blob, `CATEGORY` varchar(20) default NULL, `LINK` blob, `MANUAL` blob, PRIMARY KEY (`ID`), KEY `NAME` (`NAME`), KEY `CATEGORY` (`CATEGORY`) ) TYPE=MyISAM PACK_KEYS=1 CHECKSUM=1
|
|