Inserting data from 'InMemory'

Hi,

I have a form where the data populated is from a ‘InMemory’ table.I select few records and then when I click a button,the selected records should be inserted in another table which is of type ‘Regular’.

How to insert data into a ‘regular’ table from a ‘InMemory’ table.

Please Help.

Regards,

Rajee

It’s the same as if it was another regular table, not a temporary table. What’s the problem? Don’t you know how to get selected records, how to copy data between buffers, how to insert data to database or what?