Hi dimon.Dimon wrote:This problem has arisen because you set the FetchAll property to False.
I may miss something. If you look at the code:
has Fetchall set to true.mytable1.tablename:='tbsolicitudes2';
Mytable1.FetchAll:=true;
mytable1.Open;
Can you modify my example in order to make it work
Thanks a lot