Through ASP I run a SQL query that should populate a table.
The recordset is over 29000 rows so obviously populating the table is not practical.
I need to generate a Client side multi dimensional array containing all the 290000 rows and allow the client to select his range.
How do I populate the array in VBscript ( I understand that Javascript will not support a multi dimensiona array).
Your help would be appreciate since I am now pulling my hair out with this.
The recordset is over 29000 rows so obviously populating the table is not practical.
I need to generate a Client side multi dimensional array containing all the 290000 rows and allow the client to select his range.
How do I populate the array in VBscript ( I understand that Javascript will not support a multi dimensiona array).
Your help would be appreciate since I am now pulling my hair out with this.