Jeff Fry | 2 Jul 2004 20:17
Picon
Picon

Re:Problem using WEKA v3.4 with MySQL/MyODBC

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)


Gmane