I have created two instance of single temporary table eg: table1 and table2,
First i filled table1 data and then,
I am trying to insert table1 data into table2 using insert_recordset through following code
insert_recordset table2 (field1,field2)
select field1,field2 from table 2;
But it when debugger comes to execution of this statement, AX doesn't respond and have to restart.
What could be the problem...?
*This post is locked for comments