changing a table to array

Posted by LIX on Stack Overflow See other posts from Stack Overflow or by LIX
Published on 2010-04-20T09:44:09Z Indexed on 2010/04/20 9:53 UTC
Read the original article Hit count: 208

Filed under:
|

I have a temp table which I fill and clear it in a loop in my code.
becouse of using database, it takes musch time. I want to change it to an array to run my app quicker.
here is my table columns:

ID ( int) , Type (string ), Amount (int)

may anyone help me?

© Stack Overflow or respective owner

Related posts about c#

Related posts about arrays