changing a table to array
- by LIX
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?