M
Mojtaba Faridzad
Hi,
I am a newbie! I am wondering how DataSet keeps the data. I am using MySQL
as database engine. when I use "Fill" method to set a table in DataSet, does
C# retreive all data (base on Select statement) to the local computer's
memory? if we retreive 100,000 records, does it take a while to load them?
another question that I am not sure about it. can we create a table in
DataSet without relation to MySQL database? I'd like to create a temporary
table on a local computer's memory (not on the server). is that possible?
how?
thanks in advance
I am a newbie! I am wondering how DataSet keeps the data. I am using MySQL
as database engine. when I use "Fill" method to set a table in DataSet, does
C# retreive all data (base on Select statement) to the local computer's
memory? if we retreive 100,000 records, does it take a while to load them?
another question that I am not sure about it. can we create a table in
DataSet without relation to MySQL database? I'd like to create a temporary
table on a local computer's memory (not on the server). is that possible?
how?
thanks in advance