[thelist] JSP & || Servlets on NT

Potts, Douglas Douglas.Potts at dla.com
Tue Sep 5 04:14:14 CDT 2000


Hi,
Anyone doing this. Anything to offer, does it scale, which ervers are you
using etc.
Regards and thanks,
Doug
<tip type="ASP" author="Doug Potts">
	accesing fields in a recordset repeatedly during a loop?
	Rather than going rs.fields("MyField") over and over again. Put each
field you want to use into a variable before the loop and it'll speed it up
a lot.
a la 
	Dim MyField
	set MyField = rs.Fields("MyField")
	Do While Looping = true
		HTML += MyField.value
	Loop	
</tip>

==============================================================================
The contents of this email are confidential to the intended recipient at the email address to which it has been addressed.  It may not be disclosed to or used by anyone other than this addressee, nor may it be copied in any way. If received in error, please contact DLA, a UK law firm, (http://www.dla.com/) on +44 (0) 8700 111111 quoting the name of the sender and the addressee and then delete it from your system.
 
Please note that neither DLA nor the sender accepts any responsibility for viruses and it is your responsibility to scan the email and attachments (if any).  No contracts may be concluded on behalf of DLA by means of email communications.

A list of the names of the partners of DLA (who are either solicitors or registered foreign lawyers) and their qualifications is available for inspection at 3 Noble Street, London, EC2V 7EE, UK.
 
Regulated by the Law Society of England and Wales; authorised by the Society to conduct investment business.

==============================================================================





More information about the thelist mailing list