I agree with 'jaredn' that opening a recordset (done the right way) requires server-side code, but it has to go to the browser at some point. If you want to simply send the data as static HTML, that is no problem. If you want to be able to do some client-side filtering, sorting, etc..., you can create an array in Javascript. But if you want total client-side control over your recordset, then it is a really good idea to create a custom recordset object in Javascript.
There is a book called "Javascript Objects" by Wrox Press, that covers this concept extensively. I recommend it highly.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.