Hi, 

finally i installed MonetDB. Now i get the next problem =S 

When i execute one query, i get error and i dont know how to solve.

Please, help me. =( 

Hancel.

PD: Error is:

MAPI  = (monetdb) /tmp/.s.monetdb.50000
ACTION= read_line
QUERY = select s0.value,s1.value
        from (
           (select f0.subject as r0,f0.object as r1
            from p1 f0,p0 f1
            where f1.subject=f0.subject and f1.object=58758 and ((select value from strings where id = f0.object) like '%ambilateral%'))
        )facts, strings s0, strings s1
        where s0.id=facts.r0 and s1.id=facts.r1;
ERROR = !Connection terminated