View Single Post
Old 03-15-2013, 08:05 PM   PM User | #9
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,247
Thanks: 59
Thanked 3,998 Times in 3,967 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
If it's not obvious, all the other changes took the form of replacing this DrunkWalker crap:
Code:
<%=(RSLandmarks.Fields.Item("ContactType1").Value)%>
(and similar code) with just
Code:
<%=RSLandmarks("ContactType1")%>
The DoofusWhacker code works, but all it does is run slower than the more compact form.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote