hilmesb
03-28-2003, 06:55 PM
I have created an ASP recordset with the following code:
set rs = db.execute("Select value1 value2 from tablename")
now I have a recordset named RS containing value1 and value2.
From this I can put the values in a two dimensional array variable thusly:
avarTable = RS.getrows()
Is there a way to reference "avarTable" in a javascript function? Will the array be the same?
set rs = db.execute("Select value1 value2 from tablename")
now I have a recordset named RS containing value1 and value2.
From this I can put the values in a two dimensional array variable thusly:
avarTable = RS.getrows()
Is there a way to reference "avarTable" in a javascript function? Will the array be the same?