[Axapta-Knowledge-Village] how to Create temp table in runtime

2008-12-01 Thread Siva kumar
Hi all,      Is any body have idea about  how to create temporary table during runtime.   Hands that Help is Holier than Lips that Pray

Re: [Axapta-Knowledge-Village] how to Create temp table in runtime

2008-12-01 Thread MaryAnn Hand
Siva, Actually, all temp tables get created at runtime - because they are just flat files not database tables. However, the definition of the temp table really needs to be done in the AOT. To define a temp table at runtime would be a HUGE task using dictTable class and every field would need to