Hello all,
i have Vb.net 2005 and firebird working perfectly.
everything works fine, but this sql command:
update y010new set cot_cus = (select cotacao_wrk2.pr ecoc from cotacao_wrk2 where cotacao_wrk2.co digo = y010new.codigo) where exists (select cotacao_wrk2.pr ecoc from cotacao_wrk2 where cotacao_wrk2.co digo = y010new.codigo)
i've tried this on Ib Expert and it hang up forever, just like in .net..
the table y010new have 18500 regs. and table cotacao_wrk2 have around 7k regs..
what i'm trying to do is get some data from table cotacao_wrk2 and update table y010new with that data.
hope someone can help me with this.. this is making me crazy..
thanks in advance.
i have Vb.net 2005 and firebird working perfectly.
everything works fine, but this sql command:
update y010new set cot_cus = (select cotacao_wrk2.pr ecoc from cotacao_wrk2 where cotacao_wrk2.co digo = y010new.codigo) where exists (select cotacao_wrk2.pr ecoc from cotacao_wrk2 where cotacao_wrk2.co digo = y010new.codigo)
i've tried this on Ib Expert and it hang up forever, just like in .net..
the table y010new have 18500 regs. and table cotacao_wrk2 have around 7k regs..
what i'm trying to do is get some data from table cotacao_wrk2 and update table y010new with that data.
hope someone can help me with this.. this is making me crazy..
thanks in advance.
Comment