Microsoft
Software
Hardware
Network
Question : Find a value using XML Search
I am trying to find a value within my xml upload that contains a certain keyword phrase. I am using
<cfdump var="#XmlSearch(xmlDoc, "/Student/Essays/EssayType
[contains(
., 'adversity' ) ] ")#" /> but that doesn't return anything even though I can see that there is an EssayType that does contain adversity so I am obviously using the wrong syntax to pull this back.
Answer : Find a value using XML Search
I guess it should be minus 45:
WHERE providerID IN ( 'A000000015210B','A0000000
03731B' )
AND Input_Date < DATEADD(day, -45, Received_Date)
or
WHERE providerID IN ( 'A000000015210B','A0000000
03731B' )
AND Received_Date > DATEADD(day, 45, Input_Date)
Random Solutions
redirecting domain.com to
www.domain.com
in IIS7?
Why centos live cd so slow, and can not mount local HDD?
The trust relationship between this workstation and the primary domain failed
RAID 10 array keeps failing on HP P410i
Login proces has failed to create the security options
EASY VPN CISCO
Login to SSRS as andmistrator rather than anonymous user.
RHEL command to do an LS and have the result stop until you hit the space bar
How to Open a Console Session (xterm)
In vb.net 2008 I need to evluate two columns in ms access to determine if a duplicate field exists