13.02.2010, 09:51
I think, you shouldn't use arrays for integer values, and things will become much simple then.
Like money[32], bank[32], etc <- those should be integers or else there's a waste of memory + the need of using strval
And also, fetching all fields one by one is a more resource consuming job than fetching all result at once and then split it by a delimiter.
Like money[32], bank[32], etc <- those should be integers or else there's a waste of memory + the need of using strval
And also, fetching all fields one by one is a more resource consuming job than fetching all result at once and then split it by a delimiter.