document.body.ondragstart = "return false";document.body.onselectstart = "return false"; microsoft dynamics ax interview questions: Temporary Tables
Showing posts with label Temporary Tables. Show all posts
Showing posts with label Temporary Tables. Show all posts

Sunday, December 5, 2010

which property is used to make a table as temporary table?

temporary

A temporary table is declared in an object running on the client. The first record is inserted from a method running on the AOS. Where are the data in the temporary table physically stored?


On the AOS

how many methods can be declared a temporary table variable in ax?


1)A variable declaration in the X++ code

2)  A data source in a form

3)A data source in a query

19) If the same temporary table is initialized (declared as a variable) more than one time how many temporary table files are created in ax?

multiple files are allocated

In which tier is the temporary table file placed in ax?


This file is placed on the tier with the code, making the first
insert() executed.

17)what happen when every time we access a temporary table?

Initialized an individual file to hold the data

does the temporary table exist in the SQL database?

No

what is a Temporary Table?


It is a duplicate table that supports all the transactions like actual table ,not stored in SQL database