Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] RE: Javascript digest, Vol 1 #910 - 5 msgs


  • From: javascript@xxxxxxxxxx (Michael Dougherty)
  • Subject: [Javascript] RE: Javascript digest, Vol 1 #910 - 5 msgs
  • Date: Tue, 25 Feb 2003 14:08:08 -0500

i tried that - but couldn't get it to work either. possibly because
ActiveXObject attempts to return a 2D array rather than a 1D array of 1D
arrays?

  ...so I wrote a routine to build an array from the recordset...

>I concurr; use GetRows() to get all the lubbery data into an array and
>enumerate that, rather than the memeory-intesive Recordset object with all
>its overheads.