2 Jul 2004 20:17
Re:Problem using WEKA v3.4 with MySQL/MyODBC
Jeff Fry <jeff.fry <at> warwick.ac.uk>
2004-07-02 18:17:43 GMT
2004-07-02 18:17:43 GMT
Thanks Alessandro, as you suggested, I created a new test table in MySQL thus... CREATE TABLE `WEKA` ( `field1` text NOT NULL, `field2` text ) TYPE=MyISAM and populated it with 2 rows of text... field1 field2 hello world good night but I still get exactly the same problem I described previously. Kind regards :>) On 2 Jul 2004 at 16:24, alesulis <at> libero.it wrote: > dear jeff, > i have for you a question: do you have data types in your database? if > yes, try , if it's possible, to change the type from data to text, and > see if you solve the problem. I had the same problem on an access > database, and it was due to this!!!! > > Regards > Alessandro >(Continue reading)
RSS Feed