F
Fred Block
Hi All,
What is the best way to keep a DataView in memory? I need to access it often
(using "Find" to get data from it repeatedly) and then process other data
based on what I pull from it. I'm thinking a class but I'm new to ADO.NET
and OOP (for the most part). I was also thinking this may give better
performance than repeated calls using a stored procedure.
I thought at first module level variables...
Also - Will I need to keep the DataSet and/or DataTable open too used to ?
All thoughts and ideas are greatly appreciated with many thanks in advance!
Kind regards - Fred
What is the best way to keep a DataView in memory? I need to access it often
(using "Find" to get data from it repeatedly) and then process other data
based on what I pull from it. I'm thinking a class but I'm new to ADO.NET
and OOP (for the most part). I was also thinking this may give better
performance than repeated calls using a stored procedure.
I thought at first module level variables...
Also - Will I need to keep the DataSet and/or DataTable open too used to ?
All thoughts and ideas are greatly appreciated with many thanks in advance!
Kind regards - Fred