I need to know the best way of fetching an entire table from the server and then inserting each row into a multi-dimensional javascript array. Retrieving the data is no problem (SELECT * FROM table) but how do I then break it down and insert it into the array?
Thanks in advance.