Dataset Table Question !!
-
Hi..All Please, Give me answers of this question : How many maximum DataTable can contains by DataSet ?? Thanks in Advance.
Regards, Abhi
According to my understanding , Dataset can contain any no of tables.
-
According to my understanding , Dataset can contain any no of tables.
Sonia Gupta wrote:
According to my understanding , Dataset can contain any no of tables.
If It containg any number of tables, then It will occupy more bandwidth and server memory while the in the running mode, when number of user more then 10000. So, I think there should be a limit. But I dont know it !! Thanks.
Regards, Abhi
-
Sonia Gupta wrote:
According to my understanding , Dataset can contain any no of tables.
If It containg any number of tables, then It will occupy more bandwidth and server memory while the in the running mode, when number of user more then 10000. So, I think there should be a limit. But I dont know it !! Thanks.
Regards, Abhi
-- Abhi -- wrote:
So, I think there should be a limit. But I dont know it !!
Memory might me a limit. When more number of objects came into memory, it will run out of memory and server will die.
-
Sonia Gupta wrote:
According to my understanding , Dataset can contain any no of tables.
If It containg any number of tables, then It will occupy more bandwidth and server memory while the in the running mode, when number of user more then 10000. So, I think there should be a limit. But I dont know it !! Thanks.
Regards, Abhi
But why would you be adding a table per user to a single dataset??