I have had many people suggest that I use getrows instead of movenext when accessing data from the database to improve speed and performance. I've seen no way to make this work with javascript due to the lack of support of multidimensional arrays (outside of scripting them yourself). Specifically for javascript I've also read articles suggesting to use getstring instead of getrows, and this seems to work okay, other than javascripts lack of useful tools to manipulate strings. I'm very new to javascript, but I've used java a lot in the past and I know there are tokenizer methods that would make this process a lot easier for me than what it is right now. I guess what I'm asking is if anybody knows of a tokenizer script that I could download from somewhere, or perhaps maybe an easier approach to this whole subject. This isn't a dire request as my project already works using the movenext method, but I would like to speed it up as much as possible. It's just that the research I've done so far indicates that it's gonna be a bigger headache than what it's worth.
Thanks
-kaht
Thanks
-kaht