ok, im having this problem:
Database = mysql
Tables = ttable
connection = tdatabase
dbgrid with Tquery i want to update, i have done this with ado tables and querys.
Ok, query says:
"
Select a.id_movimiento, a.id_item, a.id_tamanio, c.descripcion as desc_tamanio, a.id_deposito, a.cantidad_ped, a.cantidad_ent, b.descripcion, a.cantidad_ped-a.cantidad_ent as pendiente
from t0102 a, T0006 b, T0014 c
where id_movimiento =
_idmovimiento
and a.id_item = b.id_item
and a.id_tamanio = c.id_tamanio
"
Tquery.requestlive = true
When i tried to activate de query i get 'Table is read only'.
I've tried:
- Log in mysql as administrator
- Change de query for a simple one with only one table
Nothing work, any suggestions????
Thanks
Database = mysql
Tables = ttable
connection = tdatabase
dbgrid with Tquery i want to update, i have done this with ado tables and querys.
Ok, query says:
"
Select a.id_movimiento, a.id_item, a.id_tamanio, c.descripcion as desc_tamanio, a.id_deposito, a.cantidad_ped, a.cantidad_ent, b.descripcion, a.cantidad_ped-a.cantidad_ent as pendiente
from t0102 a, T0006 b, T0014 c
where id_movimiento =
and a.id_item = b.id_item
and a.id_tamanio = c.id_tamanio
"
Tquery.requestlive = true
When i tried to activate de query i get 'Table is read only'.
I've tried:
- Log in mysql as administrator
- Change de query for a simple one with only one table
Nothing work, any suggestions????
Thanks