portect
2008-07-17 03:25:00 UTC
Hi,
I have created a custom table(MyTable) inside AX3 and need to purge all
records in MyTable before inserting new records again.
I've tried the usual myTable.delete() but it takes time to delete thousands
of records. I also tried executequery("PURGE TABLE MyTable") but it doesn't
work.
Any suggestion how can I purge all records faster inside Axapta?
Thanks
I have created a custom table(MyTable) inside AX3 and need to purge all
records in MyTable before inserting new records again.
I've tried the usual myTable.delete() but it takes time to delete thousands
of records. I also tried executequery("PURGE TABLE MyTable") but it doesn't
work.
Any suggestion how can I purge all records faster inside Axapta?
Thanks