|
1. I was operating under the assumption that a single server call wouldA single server call may or may not be faster, depending on how much data is sent. For example, sending an array of 99 elements when only one is filled is obviously much slower than sending a single record. And you either have to create a huge array, large enough to hold the biggest set you will ever get, or else you have to code paging logic to handle the situation when there are more records than fit in the array. And at that point, you might as well just do a record at a time.
be faster.
2. Jon Sayles was quite helpful and I have a large (> 900 slide)
presentation that he sent me, but in this case I am wanting to refresh
the current page (something similar to
http://www.ibmsystemsmag.com/i5/december07/developer/18780p1.aspx ).
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.